32-bit newlib on 64-bit host
Posted: Mon Oct 29, 2012 8:45 am
How do I build 32-bit newlib on 64-bit host? I compile my kernel with '-m32' option, but with newlib it doesn't work.
The Place to Start for Operating System Developers
https://f.osdev.org/
Wrong compiler. See the title of your own post (EDIT: which read cross-compiler before moderation).lrod wrote:I compile my kernel with '-m32' option
I need 32-bit toolchain, correct?Combuster wrote:Wrong compiler. See the title of your own post.lrod wrote:I compile my kernel with '-m32' option