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: ecos on rh6.2(please respond)



>5) After this i assumed that since the target was my native machine hardware 
>i use the sample hello.c file provided and run it using
>gcc -g -Ibase/ecos/install/include hello.c -Lbase/ecos/install/lib 
>-Ttarget.ld -nostdlib
>
>I get the following errors
>/usr/bin/ld: cannot open linker script file target.ld: No such file or 
>directory
>collect2: ld returned 1 exit status


Make sure "base/ecos/install/{include|lib}" are absolute paths, and
that base/ecos/install/lib actually contains the target.ld file.

Jesper


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