看板 Linux 關於我們 聯絡資訊
※ 引述《[email protected] (行在自我上)》之銘言: > Make file 內容如下 > KERNELDIR = /root/kernel/linux-2.6.18.2 > PWD := $(shell pwd) > CC = arm-none-linux-gnueabi-gcc > obj-m := test.o > modules: > $(MAKE) -C $(KERNELDIR) M=$(PWD) modules > 之後進行編譯 系統卻說 > make: arm-none-linux-gnueabi-gcc: Command not found > 但是 arm-none-linux-gnueabi-gcc 我已經下載好了 > PATH也修改過了 ... > 請問我的問題大概出在哪裡...謝謝 你先試著執行 arm-none-linux-gnueabi-gcc -v 看看出現什麼訊息吧! ^^ -- ※ Origin: SayYA 資訊站 <bbs.sayya.org> ◆ From: 220-140-64-151.dynamic.hinet.net