problem at Linking! plz help me! [LD / DJGPP / 32BIT / binar
Posted: Fri Dec 27, 2002 12:00 am
help me plz!
i ve a problem at linking the files load.o and hello.o
I made a .bat file:
ld load.o hello.o -o kernel.bin -oformat binary -Ttext 0x100000
but wehen i run it comes following error message:
c:/djgpp/bin/ld.exe: cannot open binary: No such file or directory <ENOENT>
but the .o files are existing in the directory!!
i ve a problem at linking the files load.o and hello.o
I made a .bat file:
ld load.o hello.o -o kernel.bin -oformat binary -Ttext 0x100000
but wehen i run it comes following error message:
c:/djgpp/bin/ld.exe: cannot open binary: No such file or directory <ENOENT>
but the .o files are existing in the directory!!