SOS:djgpp.ver:1:25: sys/version.h: No such file or directory (ENOENT)

2 views
Skip to first unread message

陈政宇

unread,
Jun 1, 2007, 10:57:23 AM6/1/07
to hy...@googlegroups.com
nasm -f aout -o start.o start.asm
gcc -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions
-nostdinc -fno-builtin -I./include -c -o main.o main.c
ld -T link.ld -o kernel.bin start.o main.o
我用DJGPP编译时发生这样的错误
In file included from <command line>:1:
c:/djgpp/lib/gcc-lib/djgpp/3.1/djgpp.ver:1:25: sys/version.h: No such
file or directory (ENOENT)
该怎么解决呢
version.h是存在的呀
Reply all
Reply to author
Forward
0 new messages