Posted: Fri Jan 12, 2007 6:24 am
How can i set enviroment in Code::Blocks to compile in the right way my os?
It says me:
"mingw32-g++.exe: binary: No such file or directory"
i've put this options for compiler:
-fomit-frame-pointer -nostdlib -nostdinc -Wall -O -march=i386
and for linker:
-Bstatic --oformat binary -Ttext 0x10000
what have i to do?
It says me:
"mingw32-g++.exe: binary: No such file or directory"
i've put this options for compiler:
-fomit-frame-pointer -nostdlib -nostdinc -Wall -O -march=i386
and for linker:
-Bstatic --oformat binary -Ttext 0x10000
what have i to do?