Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels