使用xmake编译指定target时报error: arm-none-eabi-gcc:error: nosys.specs: No such file or directory #5441
Unanswered
Jackey990709
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
6 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.
-
我使用xmake编译C工程,有多个target,如图,写在一个xmake.lua中,当使用xmake -- CTSP_LinNm_Set1时,会报error: arm-none-eabi-gcc:error: nosys.specs: No such file or directory的错,xmake -- CTSP_LinNm_Set2却是正常的,这两个target区别只是测试的代码不同。而当我把CTSP_LinNm_Set1这个target单独写到一个xmake.lua中时,运行xmake却又可以正常编译了
Beta Was this translation helpful? Give feedback.
All reactions