Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Linker script file
Linker script file [message #114833] Tue, 10 August 2004 10:01 Go to next message
Eclipse UserFriend
Originally posted by: monali_bhalerao.yahoo.com

hi!

How do i generate the linker script file where the various sections are
defined, while extending managed build for my toolchain?

For example:

OUTPUT_ARCH(h8300h)
OUTPUT_ARCH(h8300h)
SECTIONS
{
.vects 0x00000000 :
{
}
.text 0x00000100 :
{
*(.text)
etext = .;
}......

Is it possible to provide an UI for the user to add/delete sections?

thanks and regards,
Monali
Re: Linker script file [message #115616 is a reply to message #114833] Mon, 16 August 2004 14:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alain.nowhere.ca

Monali BHALERAO wrote:

> hi!

> How do i generate the linker script file where the various sections are
> defined, while extending managed build for my toolchain?

> For example:

> OUTPUT_ARCH(h8300h)
> OUTPUT_ARCH(h8300h)
> SECTIONS
> {
> .vects 0x00000000 :
> {
> }
> .text 0x00000100 :
> {
> *(.text)
> etext = .;
> }......

> Is it possible to provide an UI for the user to add/delete sections?

Such features is not provided in the CDT. You will have to refer to the
platform
manuals
> thanks and regards,
> Monali
Re: Linker script file [message #115774 is a reply to message #115616] Tue, 17 August 2004 04:44 Go to previous message
Monali BHALERAO is currently offline Monali BHALERAOFriend
Messages: 14
Registered: July 2009
Junior Member
hi!

yes, thanks, cuurently going about how to do that.

regards,
Monali


alain wrote:

> Monali BHALERAO wrote:

> > hi!

> > How do i generate the linker script file where the various sections are
> > defined, while extending managed build for my toolchain?

> > For example:

> > OUTPUT_ARCH(h8300h)
> > OUTPUT_ARCH(h8300h)
> > SECTIONS
> > {
> > .vects 0x00000000 :
> > {
> > }
> > .text 0x00000100 :
> > {
> > *(.text)
> > etext = .;
> > }......

> > Is it possible to provide an UI for the user to add/delete sections?

> Such features is not provided in the CDT. You will have to refer to the
> platform
> manuals
> > thanks and regards,
> > Monali
Previous Topic:Project path excludes
Next Topic:Hello, I need help
Goto Forum:
  


Current Time: Sat Oct 19 14:21:53 GMT 2024

Powered by FUDForum. Page generated in 0.04296 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top