C Compiler [SOLVED]
Posted: Fri Apr 25, 2014 7:19 am
Hey everyone, if you havn't read my previous posts about an IDE then I'm basically writing my own IDE specifically for OS development and I am now at the stage of implimenting a compiler.
I've got NASM working for x86 assembly which generates a single ELF file for all of the .asm file's in the project. However, I can't seem to find a GCC compiler for x86 that generates an ELF for linking... I know this is the most newbie thing to ask but.. do you have any links to a standalone GNU C (GCC) compiler for Windows which doesnt require "installation" and can just be dumped into a directory on it's own and work?
Thanks.
I've got NASM working for x86 assembly which generates a single ELF file for all of the .asm file's in the project. However, I can't seem to find a GCC compiler for x86 that generates an ELF for linking... I know this is the most newbie thing to ask but.. do you have any links to a standalone GNU C (GCC) compiler for Windows which doesnt require "installation" and can just be dumped into a directory on it's own and work?
Thanks.