-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fail to build in step 2: cannot move location counter backwards (from 20090e84 to 20040000) #23
Comments
Hello, Was anything in the |
copied |
Use the I will update the tutorial docs to reflect this. |
updated settings.ini
1st encountered this error:
After I copied
line 136 from
|
Try copy the config_directory: ./config |
Thank you. It finally worked. Why would have the same files, but different directory causing different behaviors? |
build cache seems to always place the I'm not sure the reasoning behind this.. probably some underlying linking stuff FPrime is doing within their cmake files. @LeStarch is this a bug? Or were custom |
Configs must be synonymous with a project. This is because it is invalid to have different configs between different items in the same build. A build and a project are one to one. |
That being said, configs should be allowed to be placed anywhere in a project. That bit might be a bug. |
Running on Adafruit Feather RP2040 Adalogger
In step 2, when I try to build, the following error comes up after reaching 100%
settings.ini
current connected board:
It seems to be some kind of memory issue, since nothing has been added yet, not really sure what can possibly be wrong.
Update:
Tried w/ Pico board, got same result.
default_toolchain: rpipico
The text was updated successfully, but these errors were encountered: