This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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: Recommended gcc version for 1.0?


Grant Edwards wrote:
Is there a recommended arm-elf toolchain version for eCos 2.0?
I tried using the eCos-centric toolchain installed by the eCos
installer, but it's little-endian only, and my HW is big-endian.

:(

I _think_ all that's missing is a big-endian libgcc.a...

http://sources.redhat.com/ml/ecos-discuss/2003-05/txt00000.txt


although, you can strip most of that to get the big-endian only, rather than thumb-interwork/xscale etc. Just the fragment at the bottom should do, i.e.

-# MULTILIB_OPTIONS     = mlittle-endian/mbig-endian
-# MULTILIB_DIRNAMES    = le be
-# MULTILIB_EXCEPTIONS  =
-# MULTILIB_MATCHES     = mbig-endian=mbe mlittle-endian=mle
+MULTILIB_OPTIONS     += mlittle-endian/mbig-endian
+MULTILIB_DIRNAMES    += le be
+MULTILIB_EXCEPTIONS  +=
+MULTILIB_MATCHES     += mbig-endian=mbe mlittle-endian=mle


Jifl -- eCosCentric http://www.eCosCentric.com/ The eCos and RedBoot experts --[ "You can complain because roses have thorns, or you ]-- --[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine


-- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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