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]

Buidling a stand-alone application on ARM E7T


Hi,

once a program has been debugged using arm-elf-gdb, I would like to know the
next steps to convert this program to a stand-alone programm that can be
started by the bootstrap loader (BSL).

I tried as follow but it doesn't work :
1) suppress the -g option in Ecos Configuration tools
2) rebuild the ecos library
3) compile my code without the -g option
4) link to the ecos library
5) uuencode the .exe file
6) download into E7T SRAM using BSL
7) transfer into E7T Flash using BSL (flashwrite)

Afterwards, typing the BSL command, "rommodules", but the new code doesn't
appear in the list of modules.

Thank you for your help.
--
Jacques Ehrlich | LIVIC (INRETS-LCPC) |
http://www.lcpc.fr
Laboratoire sur les Interactions Véhicules, Infrastructure, Conducteurs
tel:33(0)1 4043 2903 | fax:33(0)1 4043 2930 | mob:33(0)6 6336 9499
---



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