-
-
Notifications
You must be signed in to change notification settings - Fork 403
build.arch being overriden in compile commands #2322
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
Labels
type: imperfection
Perceived defect in any part of project
Comments
Just noticed it takes the folder name and capitalizes it, I changed the folder name to And got:
Is it a desired behaviour?, can't it be overriden by setting it somewhere else than folder name?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Arduino IDE v2.2.1
I'm adding a new board with new chip (SAM4), starting with a empty and baremetal core
In platform.txt i have defined compile commands with:
-DARDUINO_ARCH_{build.arch}
And in boards definitions
sam4e8e_baremetal.build.arch=SAM4E8E
I'm getting in compile commands:
-DARDUINO_ARCH_SAM4SE
Maybe related to #1241
sam4SE.zip
The text was updated successfully, but these errors were encountered: