Native build that hopefully works!!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxx
- Subject: Native build that hopefully works!!
- From: Bill Cunningham via Gcc-help <gcc-help@xxxxxxxxxxx>
- Date: Sun, 5 Dec 2021 17:44:09 -0500
- Reply-to: Bill Cunningham <bill.cu1234@xxxxxxxxx>
- User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2
I just wanted to share what I have been working on. I have of course my
system gcc and binutils. I compiled a binutils for this new test
compiler, which seemed to compile. This is all a native build. I used
the switch --with-build-time-tools and set that to the directory with
the new binutils. The makefile wanted a path for headers including
stdio.h, so I created a soft link to the system compiler's headers. I
would like to have a separate glibc, but that's another topic. Two
compilers is what really matters.
I used also --disable-bootstrap and disabled multilib and nls. So I
believe this gcc is using some symbols from the system compiler and the
binutils are too. I suppose this really doesn't matter. So changing the
environment variables should let me be able to use this compiler.
B
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]