On 3/8/10 10:48 PM, Karl-Heinz Nirschl wrote:
Hi,
i've just compiled the crossgcc. but how do i make the build system use it. is there a coreboot way of doing it?
coreboot should just pick it up... the script util/xcompile/xcompile should create an according .xcompile file in the coreboot root directory
Stefan
On Mon, 08 Mar 2010 23:04:11 +0100, Stefan Reinauer stepan@coresystems.de wrote:
On 3/8/10 10:48 PM, Karl-Heinz Nirschl wrote:
Hi,
i've just compiled the crossgcc. but how do i make the build system use it. is there a coreboot way of doing it?
coreboot should just pick it up... the script util/xcompile/xcompile should create an according .xcompile file in the coreboot root directory
huh? So it just dosen't look for it in your $PATH???
On 3/9/10 1:02 AM, Joseph Smith wrote:
On Mon, 08 Mar 2010 23:04:11 +0100, Stefan Reinauer stepan@coresystems.de wrote:
On 3/8/10 10:48 PM, Karl-Heinz Nirschl wrote:
Hi,
i've just compiled the crossgcc. but how do i make the build system use it. is there a coreboot way of doing it?
coreboot should just pick it up... the script util/xcompile/xcompile should create an according .xcompile file in the coreboot root directory
huh? So it just dosen't look for it in your $PATH???
It does, right after it checked util/crossgcc/xgcc/bin
On Tue, 09 Mar 2010 01:23:34 +0100, Stefan Reinauer stepan@coresystems.de wrote:
On 3/9/10 1:02 AM, Joseph Smith wrote:
On Mon, 08 Mar 2010 23:04:11 +0100, Stefan Reinauer
wrote:
On 3/8/10 10:48 PM, Karl-Heinz Nirschl wrote:
Hi,
i've just compiled the crossgcc. but how do i make the build system use it. is there a coreboot way of doing it?
coreboot should just pick it up... the script util/xcompile/xcompile should create an according .xcompile file in the coreboot root
directory
huh? So it just dosen't look for it in your $PATH???
It does, right after it checked util/crossgcc/xgcc/bin
oh ok.