* eCos with arm eabi compiler
@ 2007-09-12 3:15 taiyun
2007-09-21 16:04 ` Jonathan Larmour
0 siblings, 1 reply; 2+ messages in thread
From: taiyun @ 2007-09-12 3:15 UTC (permalink / raw)
To: ecos-maintainers
Dear all:
We are now porting eCos kernel to our platform, EVB named
spaca556g(arm926ej-s). We choose a gcc4.2 eabi
compiler(http://www.codesourcery.com/gnu_toolchains/arm/download.html). The
reason of choosing this compiler is that an EABI compiler can be completely
compatible with ARM RealView libraries. With this arm-eabi compiler,
libraries built from realview can be used.
But there are some problems using this eabi compiler. Because of different
constructing method between arm-elf compiler and eabi compiler,
constructors of global instances can't be invoked automatically when using
the eabi compiler. As a result, we have to make changes to arm.ld and
hal_misc.c files.
NOTE: arm-elf compiler use .ctor section and 2 labels(__CTOR_LIST__,
__CTOR_END__) to invoke constructors, BUT arm-eabi compiler use .init_array
section and lables(__init_array_start, __init_array_end)
arm-eabi compiler's linker script has different sections from arm-elf
compiler's, e.g: .ARM.extab, .ARM.exidx and .ARM.attributes 0, these 3
sections are own in arm-eabi compiler. These sections should be added to
arm.ld, aren't they? If so, there are 2 ways to achieve this goal. One is
making direct changes to arm.ld and adding corresponding sections'
definitions. The other is setting up a new arch-eabi directory in hal/arm,
which is only for arm-eabi compiler. Which is the best?
Taylor Wang
-------------------------------------------------
Special Manager,
Product Development Div I.,
Bejing Sunnorth Electronic Technology Co.,LTD
Email: taiyun@sunnorth.com.cn
Tel: 62981668 Ext.2302
Fax: 62985972
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: eCos with arm eabi compiler
2007-09-12 3:15 eCos with arm eabi compiler taiyun
@ 2007-09-21 16:04 ` Jonathan Larmour
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Larmour @ 2007-09-21 16:04 UTC (permalink / raw)
To: taiyun; +Cc: ecos-maintainers
taiyun@sunnorth.com.cn wrote:
>
> arm-eabi compiler's linker script has different sections from arm-elf
> compiler's, e.g: .ARM.extab, .ARM.exidx and .ARM.attributes 0, these 3
> sections are own in arm-eabi compiler. These sections should be added to
> arm.ld, aren't they?
Yes they would want to be added.
> If so, there are 2 ways to achieve this goal. One is
> making direct changes to arm.ld and adding corresponding sections'
> definitions. The other is setting up a new arch-eabi directory in hal/arm,
> which is only for arm-eabi compiler. Which is the best?
Definitely the first is best, from what you describe. The changes are
relatively small, so a whole new package is not required.
Obviously care will be required to preserve the behaviour of existing
arm-elf toolchains.
Jifl
--
eCosCentric Limited http://www.eCosCentric.com/ The eCos experts
Barnwell House, Barnwell Drive, Cambridge, UK. Tel: +44 1223 245571
Registered in England and Wales: Reg No 4422071.
>>>> Visit us on stand 810 at The Embedded Systems Show 2007, NEC <<<<
>>>> Oct 17-18 Birmingham, UK http://www.edaexhibitions.com/ess/ <<<<
------["The best things in life aren't things."]------ Opinions==mine
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-21 16:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-12 3:15 eCos with arm eabi compiler taiyun
2007-09-21 16:04 ` Jonathan Larmour
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).