UniqueLion 发表于 2011-7-29 01:18:29

编译“NaviCtrl”,提示--- Error: failed to execute 'arm-none-eabi-gcc'?

请问如何解决,
需要什么配置么,谢谢了 。



-----
好像,pitolan版大,编译成功过的,

jaylondon 发表于 2011-7-29 09:11:15

找不到编译器?
你用的是什么IDE?

UniqueLion 发表于 2011-7-29 14:38:49

用的是Keil MDK uVision4

UniqueLion 发表于 2011-7-29 16:55:16

下载了个“Sourcery G++ Lite”现在gnu编译器解决了,
但是 编译过程成提示一大批错误。。。


-------------------------------------
...
...
compiling usb_regs.c...
usblibrary/src/usb_regs.c: In function 'ToggleDTOG_RX':
usblibrary/src/usb_regs.c(379): warning: suggest parentheses around arithmetic in operand of '|'
usblibrary/src/usb_regs.c: In function 'ToggleDTOG_TX':
usblibrary/src/usb_regs.c(390): warning: suggest parentheses around arithmetic in operand of '|'
usblibrary/src/usb_regs.c: In function 'ClearDTOG_RX':
usblibrary/src/usb_regs.c(401): warning: suggest parentheses around arithmetic in operand of '|'
usblibrary/src/usb_regs.c: In function 'ClearDTOG_TX':
usblibrary/src/usb_regs.c(412): warning: suggest parentheses around arithmetic in operand of '|'
usblibrary/src/usb_regs.c: In function 'SetEPAddress':
usblibrary/src/usb_regs.c(423): warning: suggest parentheses around arithmetic in operand of '|'
usblibrary/src/usb_regs.c: In function 'FreeUserBuffer':
usblibrary/src/usb_regs.c(724): warning: suggest parentheses around arithmetic in operand of '|'
usblibrary/src/usb_regs.c(728): warning: suggest parentheses around arithmetic in operand of '|'
arm-none-eabi-gcc: Files/Keil/ARM/CMSIS/Include/: No such file or directory
arm-none-eabi-gcc: Files/Keil/ARM/INC/ST/91x/: No such file or directory
compiling usb_core.c...
usblibrary/src/usb_core.c: In function 'SetDeviceAddress':
usblibrary/src/usb_core.c(814): warning: suggest parentheses around arithmetic in operand of '|'
arm-none-eabi-gcc: Files/Keil/ARM/CMSIS/Include/: No such file or directory
arm-none-eabi-gcc: Files/Keil/ARM/INC/ST/91x/: No such file or directory
compiling usb_int.c...
arm-none-eabi-gcc: Files/Keil/ARM/CMSIS/Include/: No such file or directory
arm-none-eabi-gcc: Files/Keil/ARM/INC/ST/91x/: No such file or directory
compiling usb_init.c...
arm-none-eabi-gcc: Files/Keil/ARM/CMSIS/Include/: No such file or directory
arm-none-eabi-gcc: Files/Keil/ARM/INC/ST/91x/: No such file or directory
compiling usb_mem.c...
arm-none-eabi-gcc: Files/Keil/ARM/CMSIS/Include/: No such file or directory
arm-none-eabi-gcc: Files/Keil/ARM/INC/ST/91x/: No such file or directory
Target not created

jaylondon 发表于 2011-7-29 17:05:15

keil mdk里面有个编译器选择的,手头没有软件,不是很清楚在那里,你找找

UniqueLion 发表于 2011-7-29 17:12:50

说的是这个吧。

http://cache.amobbs.com/bbs_upload782111/files_43/ourdev_661904IGU989.JPG
(原文件名:asdf.JPG)

UniqueLion 发表于 2011-7-29 17:13:23

我已经选上了

UniqueLion 发表于 2011-7-29 21:52:07

我选了,但是还是编译不过去,有编译成功的 么,谢谢

renalijiaodi 发表于 2011-9-3 10:05:16

回复【3楼】UniqueLion
下载了个“sourcery g++ lite”现在gnu编译器解决了,
但是 编译过程成提示一大批错误。。。
-------------------------------------
...
...
compiling usb_regs.c...
usblibrary/src/usb_regs.c: in function 'toggledtog_rx':
usblibrary/src/usb_regs.c(379): warning: suggest parentheses around arithmetic in operand of '|'
usblibrary/src/usb_regs.c: in function 'toggledtog_tx':
usblibrary/src/usb_regs.c(390): warning: suggest parenthe......
-----------------------------------------------------------------------

回复【7楼】UniqueLion
我选了,但是还是编译不过去,有编译成功的 么,谢谢
-----------------------------------------------------------------------

我也遇到同样的问题了,不知道大家解决了没

x479231y12 发表于 2011-11-17 20:34:31

最後有編譯成功嗎?
页: [1]
查看完整版本: 编译“NaviCtrl”,提示--- Error: failed to execute 'arm-none-eabi-gcc'?