Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Linker script file
Linker script file [message #114821] Tue, 10 August 2004 05:18
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
Previous Topic:Problem with Content Assist (not speed related)
Next Topic:Problem debugging library
Goto Forum:
  


Current Time: Thu May 08 17:10:20 EDT 2025

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

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

Back to the top