-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update for new repository format #1
Comments
In case you happen to still be working on this, getting some linker errors. Did need to run
Building outside of docker with no changes is successful |
It worked perfectly fine with the
For now I had to create In short:
|
Update: Added git to the image. Also confirmed that the DFP isn't compatible with avr-gcc 10.3.0 that was chosen for "best" compatibility with Anduril and avr-libc (creating the smallest hex files). See ToyKeeper/anduril#32 for a method to disable the DFP check so that it can be built without the DFP. |
Sorry for not being clear. I was using that branch as the commit was referenced here. So when I encountered the missing DFP file messages I ran the script to grab the proprietary DFP to get you those error messages. So essentially you did what I attempted to describe and verified that gcc incompatibility. Thanks for the context on why that version was shown and how to build without DFP |
Anduril was moved into a new repository, using a different code structure and new build scripts.
https://github.com/ToyKeeper/anduril
The text was updated successfully, but these errors were encountered: