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
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
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
to Wren
That did the trick, thanks!
Reply all
Reply to author
Forward
0 new messages