共3条
1/1 1 跳转至页
GCC GCC编译出错,请大家来帮忙

问
E:\WinAVR\doc\examples\twitest>make
AVR-gcc -O -g -Wall -ffreestanding -mmcu=atmega128 -c -o twitest.o twitest.c
process_begin: CreateProcess((null), AVR-gcc -O -g -Wall -ffreestanding -mmcu=at
mega128 -c -o twitest.o twitest.c, ...) failed.
make (e=2): 系统找不到指定的文件。
make: *** [twitest.o] Error 2
这该怎么解决啊 答 1: 注意make.exe所在的路径windows 2000/XP 中可以修改系统变量,在path中加入:
E:\WinAVR\bin;E:\WinAVR\utils\bin;
WIndows 98可以在Autoexec.bat中修改 答 2: 谢谢,这个当然有改过,不然的话会说make这个命令是无效的 答 3: 3X.现在删了装了个新版的就好了
AVR-gcc -O -g -Wall -ffreestanding -mmcu=atmega128 -c -o twitest.o twitest.c
process_begin: CreateProcess((null), AVR-gcc -O -g -Wall -ffreestanding -mmcu=at
mega128 -c -o twitest.o twitest.c, ...) failed.
make (e=2): 系统找不到指定的文件。
make: *** [twitest.o] Error 2
这该怎么解决啊 答 1: 注意make.exe所在的路径windows 2000/XP 中可以修改系统变量,在path中加入:
E:\WinAVR\bin;E:\WinAVR\utils\bin;
WIndows 98可以在Autoexec.bat中修改 答 2: 谢谢,这个当然有改过,不然的话会说make这个命令是无效的 答 3: 3X.现在删了装了个新版的就好了
共3条
1/1 1 跳转至页