This is the mail archive of the ecos-discuss@sourceware.org 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]

[redboot] Compiling & linking Apps.


Forgot to say: the error messages that I got when trying to compile as
per the Chapter 13 the example hello.c with a redboot configuration:

[dfernandez@software test]$ make INSTALL_DIR=/home/dfernandez/RB/install
i586-elf-gcc -c -o hello.o -I/home/dfernandez/RB/install/include
hello.c
i586-elf-gcc -nostartfiles -L/home/dfernandez/RB/install/lib -Ttarget.ld
-g -nostdlib -Wl,--gc-sections -Wl,-static -o hello hello.o
/home/dfernandez/RB/install/lib/libtarget.a(redboot_main.o): In function
`do_go':
/opt/ecos/packages/redboot/current/src/main.c:528: undefined reference
to `RedBoot_version'
collect2: ld returned 1 exit status
make: *** [hello] Error 1


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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