Page 1 of 1

kernel development winxp 32

Posted: Sat Jul 11, 2009 4:17 pm
by digo_rp
Guys get back to develop my os at windows xp32, now is my question. I was using ubuntu 64... and using Makefile... using make file under windows I got an error cuz my makefile is too long... so much files to compile and using a simple .bat file my optimization line is too long.... something like

gcc -Wall -W -m32 -mtune=i686 -march=i686 -msse -msse2 -mfpmath=sse,387 -mcld -mno-push-args -mpreferred-stack-boundary=2 -fstrength-reduce -nostdinc -fno-builtin -fleading-underscore -fno-stack-protector -fomit-frame-pointer -fprefetch-loop-arrays -I./include -c %1 -o obj\%2

what can I do with those problem? anyone could help me please ?

Re: kernel development winxp 32

Posted: Sat Jul 11, 2009 4:28 pm
by Combuster
Use cygwin, and not DJGPP

Re: kernel development winxp 32

Posted: Sat Jul 11, 2009 7:01 pm
by digo_rp
how to use cygwin? cygwin ld cannot produce i386-elf files....
do you have some example at how to compile under cygwin?

Re: kernel development winxp 32

Posted: Sat Jul 11, 2009 8:57 pm
by pcmattman
There's a wiki for a reason. READ IT, and try using the search feature of the forums.