Re: build
Herbert Poetzl <[email protected]> Thu, 6 May 2004 15:55:09 +0200
| Newsgroups | org.kernel.vger.linux-gcc |
|---|---|
| Message-ID | <[email protected]> |
On Wed, May 05, 2004 at 07:26:17PM +0530, Dominic VP wrote:
> Hi,
>
> I am having to port linux to a new architecture. This architecture does not
> have gcc ported on to it. This does have an ansi c compiler/as/ld.
>
> Has anyone has had any experience/success with building linux with an ansi c
> compiler. I know it does not build automagically, but any info on
> deviations/changes/tools would be appreciated a LOT.
to compile the linux kernel only a 'simple' gcc/binutil
version is required ... so the best thing would be to
port just the required parts of gcc/binutils
see here for some details:
http://vserver.13thfloor.at/Stuff/Cross/howto.info
(make sure to compile and install the binutils first)
HTH,
Herbert
PS: I doubt that an ansi compiler (probably not even
C99) will be able to compile linux kernels ...
PPS: please let me know if you succeed ...
> thanks in advance,
> dominique
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-gcc" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html