This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: armxscale cross compiler build under cygwin


Kristoffer Ericson wrote:
Not sure if this is worth anything, but used 0.42 to build a xscale-arm crosscompiler last week. Used gcc = 3.4.4 and glibc = 2.3.5 worked fine.

Did you built this under cygwin (i ask because you mention glibc which i thought is replaced by cygwin in this case) ?


also, thanks Khem for the hint to set AR_FOR_TARGET. Unfortunately i do not manage to get it to work. I export it as shell variable in my build script but still get the same error message. I did try various solutions but maybe you can clarify : To what should i set the variable -
(i don't understand why there are two set of tools in the cross compiler
directory : $TARGET-ar and ar). Should i set the variable
to $TARGET-ar, ar, $TARGET-ar.exe or ar.exe ?
Thanks for the help!


Here my script :

AR_FOR_TARGET=$TARGET-ar.exe
../${GCCV}/configure ${GCC_EXTRA_CONFIG} --target=$TARGET --host=$HOST --prefix=${PRJROOT} \
--with-local-prefix=${SYSROOT} \
--disable-multilib \
--with-newlib \
--with-sysroot=${SYSROOT} \
--enable-languages="c,c++" \
--enable-symvers=gnu \
--enable-threads=no \
--disable-shared \
--disable-nls


--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]