Re: finding crt* files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Let me add to this.  One thing I just noticed.

cross_compile should = 0 not 1, since my host=target.  I'm trying to
find out why cross_compile got set to 1, right now.

David

On Tue, 2003-09-30 at 14:53, David Meggy wrote:
> If this helps these are the variables I had gdb display at line 6063
> 
> 6: gcc_exec_prefix = 0x0
> 5: startfile_prefix_spec = 0x2deb8 ""
> 4: cross_compile = 0x2df70 "1"
> 3: standard_startfile_prefix_2 = 0x186f4 "/usr/lib/"
> 2: standard_startfile_prefix_1 = 0x186f8 "/lib/"
> 1: standard_startfile_prefix = 0x186e8 "../../../"
> 
> And this was how I build gcc
> 
> (cd ${GCC_BUILD_NATIVE_PATH}; PATH=${TARGET_PATH}/bin:$$PATH CC=arm-linux-gcc ${GCC_PATH}/configure \
> 		--target=${TARGET} --host=${TARGET} --build=${HOST_CPU}-pc-linux-gnu \
> 		--prefix=/usr --enable-languages=c --disable-multilib \
> 		--enable-target-optspace --with-gnu-ld --disable-nls \
> 		--enable-threads --enable-shared --disable-__cxa_atexit; )
> 
> // TARGET = arm-linux, host_cpu=i386-linux
> 
> 
> David
> 
> -- 
> ~~~~~~~~~~~~~~~~~~~~~~~~
>      David Meggy
>      Engineering
> 
> Technical Solutions Inc.
> Unit #1 7157 Honeyman St
> Delta BC Canada, V4G 1E2
>      www.techsol.ca
> 
> eMail: dmeggy@xxxxxxxxxx
> Tel: 604 946 TECH (8324)
> Fax: 604 946 6445
> ~~~~~~~~~~~~~~~~~~~~~~~~
-- 
~~~~~~~~~~~~~~~~~~~~~~~~
     David Meggy
     Engineering

Technical Solutions Inc.
Unit #1 7157 Honeyman St
Delta BC Canada, V4G 1E2
     www.techsol.ca

eMail: dmeggy@xxxxxxxxxx
Tel: 604 946 TECH (8324)
Fax: 604 946 6445
~~~~~~~~~~~~~~~~~~~~~~~~


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux