You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many thanks for this great toolchain!
I've found a bug when compiling for Arduino Nano 33 BLE.
When linking any project (for example Blink) you get the error:
~/.arduino15/packages/arduino/hardware/mbed_nano/2.5.2/variants/ARDUINO_NANO33BLE/libs/libmbed.a(mbed_boot_gcc_arm.o): In function __wrap_main': mbed_boot_gcc_arm.c:(.text.__wrap_main+0x0): undefined reference to main'
I think the archives and objects are linked in the wrong order, since the main.cpp where the main function gets defined is compiled too.
The text was updated successfully, but these errors were encountered:
Many thanks for this great toolchain!
I've found a bug when compiling for Arduino Nano 33 BLE.
When linking any project (for example Blink) you get the error:
~/.arduino15/packages/arduino/hardware/mbed_nano/2.5.2/variants/ARDUINO_NANO33BLE/libs/libmbed.a(mbed_boot_gcc_arm.o): In function
__wrap_main': mbed_boot_gcc_arm.c:(.text.__wrap_main+0x0): undefined reference to
main'I think the archives and objects are linked in the wrong order, since the main.cpp where the main function gets defined is compiled too.
The text was updated successfully, but these errors were encountered: