Headers available w/ GCC cross-compiler

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.
User avatar
Colonel Kernel
Member
Member
Posts: 1437
Joined: Tue Oct 17, 2006 6:06 pm
Location: Vancouver, BC, Canada
Contact:

Re:Headers available w/ GCC cross-compiler

Post by Colonel Kernel »

I found the switch I was looking for: -nostdinc

Unfortunately, this means I have to clone/re-write more than I had intended, but it's better than doing it piecemeal...
Top three reasons why my OS project died:
  1. Too much overtime at work
  2. Got married
  3. My brain got stuck in an infinite loop while trying to design the memory manager
Don't let this happen to you!
Post Reply