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
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
I have a Arduino Nano 33 BLE Sense.
For better developing i will using CLion from Jetbrains.
Your scripts are pretty cool😎. This will save me for many hours of CMake configuration.
But the IDE will me showing a CMake error: avr-g++: error: unrecognized command line option '-mcpu=cortex-m4.
The MBED package has arm-none-eabi compilers inside this folder '/Users/myhome/Library/Arduino15/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/bin'. I can not see the path in the outputs. I am not sure, if this a Bug or a wrong configuration from my side?
Normally i think, the configuration comes from this files: boards.txt, progammers.txt and platorm.txt.
It would be very cool to find a solution for this problem.
Note: sometimes it is useful to delete the generated folder 'cmake-build-debug', has the change no effect.
Configuration and Outputs
Current environment:
OS: macOS
OS Version: 10.15.2
Platform: Arduino
Platform SDK Version: 1.8.10
XCode 11.3
Arduino 1.8.10
Package Nano 33 BLE Version 1.1.3
Arduino-CMake-NG latest (26. December 2019)
CLion 2019.3.2
make -v 3.81
cmake -version (in CLI 3.16.0-rc1 / in CLion 3.15.3 - this will used)
In the included 'Header Search Paths' if are the standard Arduino Headers for the standard Libraries missing. The autocompletition can not find it.
The text was updated successfully, but these errors were encountered:
roobware
changed the title
Board 'nano33ble' not working with unrecorgnized command -mcpu=cortex-m4
Board 'nano33ble' not working, unrecorgnized command -mcpu=cortex-m4
Jan 8, 2020
@xBitsSec First, I'm sorry to disappoint that this project is no longer in active development
Secondly, I'm afraid the framework doesn't support such advanced configurations yet.
Anything but the default Arduino configuration has very, very minimal support - The project was just shy of hitting it before halting development.
In other words, only boards such as the nano, uno, mega, etc. are supported, sorry...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a Arduino Nano 33 BLE Sense.
For better developing i will using CLion from Jetbrains.
Your scripts are pretty cool😎. This will save me for many hours of CMake configuration.
But the IDE will me showing a CMake error: avr-g++: error: unrecognized command line option '-mcpu=cortex-m4.
The MBED package has arm-none-eabi compilers inside this folder '/Users/myhome/Library/Arduino15/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/bin'. I can not see the path in the outputs. I am not sure, if this a Bug or a wrong configuration from my side?
Normally i think, the configuration comes from this files: boards.txt, progammers.txt and platorm.txt.
It would be very cool to find a solution for this problem.
Note: sometimes it is useful to delete the generated folder 'cmake-build-debug', has the change no effect.
Configuration and Outputs
Current environment:
OS: macOS
OS Version: 10.15.2
Platform: Arduino
Platform SDK Version: 1.8.10
CMakeList.txt in project root:
This is the error after the first init of CMakeLists.txt:
and after CMakeLists.txt modification
This are all CMake variables after ending of the CMakeLists.txt script
In the included 'Header Search Paths' if are the standard Arduino Headers for the standard Libraries missing. The autocompletition can not find it.
The text was updated successfully, but these errors were encountered: