Has anyone been able to build wren with the IAR compiler?
44 views
Skip to first unread message
John Lagerquist
unread,
Aug 28, 2019, 12:11:23 PM8/28/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wren
I am trying to compile wren with IAR for ARM but it doesn't appear to support computed goto's. It fails trying to copy a label into a pointer. Has anyone been able to build wren with IAR?
minirop
unread,
Aug 28, 2019, 1:25:32 PM8/28/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wren
computed goto's have been disabled only for MSVC, but you can still disable them manually by defining WREN_COMPUTED_GOTO to 0
John Lagerquist
unread,
Aug 28, 2019, 1:33:13 PM8/28/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message