-
Notifications
You must be signed in to change notification settings - Fork 132
Build issue with Arduino Nano 33 IOT #1379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
FYI the upload protocol on my setting in the project properties is empty because I tested on the nightly which works differently for upload. |
thank you for the quick response. Would it be good to remove and reinstall? |
I don't know why you added the last line to the third party index url's |
I have no clue whatsoever is going on on your system. It is also strange that there is no red square with a cross on the 2 core folders here as the failing file is in those folders #1379 (comment) Also the error message does not relate back to the cpp file and is marked as an assembler error in ccDaToI4.s In my setup I failed to find any references to ccDaToI4.s Somewhere somehow something on your system is wierd and causing problems. I would propose to start from a new sloeber install and document all the steps taken. |
|
I was beginning to think a re-install would be the best way to attack this. From your comments below, the Blink project worked on an UNO board. When I went to the Nano board, I changed to a project that would give me a serial output so that I could verify the serial ports were working. I will delete and reinstall Sloeber, but it may be next week before I can get to it. I will let you know how it goes. Thank you for the help and insight. Paul |
It has been a while now. |
I have been working with the Arduino IDE and decided to branch out to a new tool. I found Sloeber, installed it and tried it first on the Blink project with an Arduino Uno board. It worked well with that board. I am working a project with the Arduino Nano 33 IOT board and tried the example SerialCallResponse example and I am getting a Build Error:
C:\Users...\AppData\Local\Temp\ccDaToI4.s:1446: Error: selected processor does not support `mrc p15,0,r2,c12,c1,0' in Thumb mode
make: *** [core\core\USB\subdir.mk:30: core\core\USB\CDC.cpp.o] Error 1
I am not sure where to even go look for this problem.
The text was updated successfully, but these errors were encountered: