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 ?
kernel development winxp 32
- Combuster
- 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
Use cygwin, and not DJGPP
Re: kernel development winxp 32
how to use cygwin? cygwin ld cannot produce i386-elf files....
do you have some example at how to compile under cygwin?
do you have some example at how to compile under cygwin?