Build error
#296
Replies: 2 comments 5 replies
-
Have you cloned the repo recursively? try $ cd crazyflie-firmware
$ git submodule init
$ git submodule update |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi Kimberly,
Sorry for the late response.
Yes, I did and this is what I got... (please see attached picture).
Best,
Leo
…________________________________
From: Kimberly McGuire ***@***.***>
Sent: Monday, October 3, 2022 2:43 AM
To: bitcraze/discussions ***@***.***>
Cc: jdlee ***@***.***>; Author ***@***.***>
Subject: Re: [bitcraze/discussions] Build error (Discussion #296)
strange... have you tried doing a git submodule sync and then a 'git submodule update' ?
—
Reply to this email directly, view it on GitHub<#296 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADBUJDK22MASLUWYTQQ5LSDWBJ6B5ANCNFSM6AAAAAAQYKONAM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to build the firmware on my Mac based on the instructions in:
Building and flashing
However, I am experiencing the following error:
*** No rule to make target 'vendor/CMSIS/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_f32.o', needed by 'vendor/built-in.o'. Stop.
*** [tools/kbuild/Makefile.kbuild:589: vendor] Error 2
Any suggestions how to solve this issue?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions