osdev in vista ultimate 64

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.
Post Reply
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

osdev in vista ultimate 64

Post by digo_rp »

Guys, I just installed a win32 version of gcc using mingw, so when I compile my os I got this error:
" ld: cannot perform PE operations on non PE output file 'bin\kernel.bin'. "

what should I do ?
User avatar
ucosty
Member
Member
Posts: 271
Joined: Tue Aug 08, 2006 7:43 am
Location: Sydney, Australia

Re: osdev in vista ultimate 64

Post by ucosty »

You should probably read the wiki, specifically the entry on GCC_Cross-Compiler
The cake is a lie | rackbits.com
frank
Member
Member
Posts: 729
Joined: Sat Dec 30, 2006 2:31 pm
Location: East Coast, USA

Re: osdev in vista ultimate 64

Post by frank »

Post Reply