ArduinoCore-nRF528x-mbedos icon indicating copy to clipboard operation
ArduinoCore-nRF528x-mbedos copied to clipboard

1.1.4 breaks on Windows 10

Open dcuartielles opened this issue 5 years ago • 2 comments

We have tested blink on Nano 33 BLE Sense in two different computers with same results ... we cannot compile and get the following output:

Arduino: 1.8.11 (Windows Store 1.8.28.0) (Windows 10), Board: "Arduino Nano 33 BLE"

C:\Users\xyz\AppData\Local\Temp\arduino_build_866518/core\core.a(Serial.cpp.o): In function `operator()':

C:\Users\xyz\OneDrive\Documents\ArduinoData\packages\arduino\hardware\mbed\1.1.4\cores\arduino/Serial.cpp:91: undefined reference to `yield'

C:\Users\xyz\AppData\Local\Temp\arduino_build_866518/core\core.a(Serial.cpp.o): In function `arduino::UART::write(unsigned char const*, unsigned int)':

C:\Users\xyz\OneDrive\Documents\ArduinoData\packages\arduino\hardware\mbed\1.1.4\cores\arduino/Serial.cpp:86: undefined reference to `yield'

C:\Users\xyz\AppData\Local\Temp\arduino_build_866518/core\core.a(USBSerial.cpp.o): In function `waitForPortClose()':

C:\Users\xyz\OneDrive\Documents\ArduinoData\packages\arduino\hardware\mbed\1.1.4\cores\arduino\USB/USBSerial.cpp:26: undefined reference to `millis'

C:\Users\xyz\OneDrive\Documents\ArduinoData\packages\arduino\hardware\mbed\1.1.4\cores\arduino\USB/USBSerial.cpp:30: undefined reference to `delay'

C:\Users\xyz\OneDrive\Documents\ArduinoData\packages\arduino\hardware\mbed\1.1.4\cores\arduino\USB/USBSerial.cpp:28: undefined reference to `millis'

C:\Users\xyz\OneDrive\Documents\ArduinoData\packages\arduino\hardware\mbed\1.1.4\variants\ARDUINO_NANO33BLE/libs/libmbed.a(mbed_boot_gcc_arm.o): In function `__wrap_main':

/tmp/mbed-os-program/./mbed-os/rtos/source/TARGET_CORTEX/TOOLCHAIN_GCC_ARM/mbed_boot_gcc_arm.c:77: undefined reference to `main'

collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board Arduino Nano 33 BLE.

dcuartielles avatar Feb 08 '20 13:02 dcuartielles

@dcuartielles have you been able to fix it (with IDE 1.8.12) or is still valid?

facchinm avatar Mar 11 '20 11:03 facchinm

IT IS INFACT HAPPENING. THANK YOU FOR MENTIONING.

Rajmohankalapala avatar Nov 18 '20 12:11 Rajmohankalapala