Building firmware of crazyflie after modification #85
Unanswered
HazarBoughanmi
asked this question in
Q&A
Replies: 1 comment
-
|
If you add new .c files you have to add them to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I try to add some files to the crazyflie fitmware.
To compile, I use these commands: $ make cf2_defconfig & $ make -j 12 but I got errors (undefined references to some functions I added) so I need to build the firmware from scratch, and let the linker find all include addresses.
So my question : how to build the firmware after modifying it ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions