kernel development winxp 32

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Locked
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

kernel development winxp 32

Post 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 ?
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: kernel development winxp 32

Post by Combuster »

Use cygwin, and not DJGPP
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

Re: kernel development winxp 32

Post 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?
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: kernel development winxp 32

Post by pcmattman »

There's a wiki for a reason. READ IT, and try using the search feature of the forums.
Locked