This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: finding crt* files
- From: David Meggy <dmeggy at techsol dot ca>
- To: gcc-help at gcc dot gnu dot org
- Date: 30 Sep 2003 15:12:08 -0700
- Subject: Re: finding crt* files
- References: <1064958837.440.16.camel@DavidAsus>
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@techsol.ca
> 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@techsol.ca
Tel: 604 946 TECH (8324)
Fax: 604 946 6445
~~~~~~~~~~~~~~~~~~~~~~~~