Grub and PE based Kernels

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.
srg

Re:Grub and PE based Kernels

Post by srg »

It's worked with both downloaded an cygwin gcc 3.3.1 sources, I now have a n elf cross compiler on my cygwin.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Grub and PE based Kernels

Post by Solar »

srg wrote: what is newlib?
Newlib is an alternative to the GNU C Library (glibc), especially suited for embedded systems. The compiler flag --with-newlib basically tells gcc not to rely on a (big) glibc being present, but to compile only the absolute minimum and rely on some other C library (newlib, or Something Completely Different (tm)) to provide the necessary functions.

Glad it worked.
Every good solution is obvious once you've found it.
Post Reply