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]

Oddly formatted target.ld


Warning - I'm new to the list.

That said, I've been trying to generate the libraries and tests for
the AT91EB40 Arm eval board from Atmel.  I've tried using several
different versions of gcc all with a recent version of Cygwin.  The
libraries build OK but the target.ld file that is generated is very
oddly formatted and causes a parse error during the link step.  While
this must be an obvious beginners problem, I've looked through the
archives without success.  A sampling of target.ld follows:

STARTUP
       (
        vectors
               .
                o
                 )
ENTRY
     (
      reset_vector
                  )
INPUT
     (
      extras
            .
             o
              )
GROUP
     (
      libtarget
               .
                a
                  libgcc
                        .
                         a
                          )
MEMORY
{
    sram
         :
           ORIGIN
                  =
                    0x00000000
                              ,
                                LENGTH
                                       =
                                         0x2000

I have generated the libraties with several versions of the config
tool including 1.31.net and 2.08.  The resulting target.ld is the
same.  I've even tried generating the tree with ecosconfig with the
same results.

Any help would be greatly appreciated.

Thanks in advance.
-Bill Knight
R O SoftWare




-- 
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]