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]

Evaluator 7T: Redboot flash support


Hello,

I am trying to build RedBoot for the Arm Evaluator 7T board.
I downloaded eCos from the cvs repository. I am using gcc 3.2.2 on a
Linux bow (RH 7.3).
Building the RedBoot image fails at link time:
=================================================================
$ ecosconfig new e7t redboot
$ ecosconfig add flash
$ ecosconfig import redboot_ROM.ecm
$ ecosconfig tree
$ make
...
ld -o
/usr/local/src/build/ecos-cvs-030303/redboot/install/bin/redboot.elf
/usr/local/src/build/ecos-cvs-030303/redboot/install/lib/version.o
/usr/local/src/build/ecos-cvs-030303/redboot/install/lib/libtarget.a(redboot_main.o):
In function `do_reset':
/usr/local/src/ecos-cvs-030303/ecos/packages/redboot/current/src/main.c:501:
undefined reference to `_flash_info'
collect2: ld returned 1 exit status
make[1]: ***
[/usr/local/src/build/ecos-cvs-030303/redboot/install/bin/redboot.elf]
Error 1
=================================================================
Function _flash_info() is defined in file
${ECOS_REPOSITORY}/packages/redboot/current/src/flash.c but the latter
is not compiled during the build process.
I guess that either I did a configuration mistake or that flash support
is not provided by RedBoot for the Evaluator 7T platform (which is not
mentioned in the platform specific instructions).
Can anyone tell me how I could solve the problem ?

Thanks in advance,

Pierre

PS: I am presently working at home, behind a slow serial link, which
makes it not really easy for me to browse Internet mail archives. So I
beg your indulgence everybody if I put you to trouble with my
questions...
-- 
________________________________________________________________________
Pierre HABRAKEN - mailto:Pierre dot Habraken at imag dot fr
Tél: 04 76 82 72 83 - Fax: 04 76 82 72 87
IMAG-LSR BP72 38402 SAINT MARTIN D'HERES Cedex
________________________________________________________________________

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