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]

Redboot warnings


Hi,

I'm a ecos/redboot newbie and trying to compile Redboot for the Intel
Xscale PXA250 with the GNUPRO tools on Redhat 8.0 but I'm getting warnings
like these:

xscale-elf-gcc -c  -I/opt/redboot-build/install/include
-I/opt/ecos/packages/redboot/current
-I/opt/ecos/packages/redboot/current/src
-I/opt/ecos/packages/redboot/current/tests -I. -Wall -Wpointer-arith
-Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2
-fno-builtin -fno-rtti -fno-exceptions -fvtable-gc -finit-priority
-mapcs-frame -o main.o /opt/ecos/packages/redboot/current/src/main.c
/opt/ecos/packages/redboot/current/src/main.c:92:58: warning: pasting "."
and "RedBoot_inits" does not give a valid preprocessing token
/opt/ecos/packages/redboot/current/src/main.c:92:58: warning: pasting
"RedBoot_inits" and "." does not give a valid preprocessing token
/opt/ecos/packages/redboot/current/src/main.c:93:60: warning: pasting "."
and "RedBoot_inits" does not give a valid preprocessing token
/opt/ecos/packages/redboot/current/src/main.c:93:60: warning: pasting
"RedBoot_inits" and "." does not give a valid preprocessing token
/opt/ecos/packages/redboot/current/src/main.c:95:60: warning: pasting "."
and "RedBoot_commands" does not give a valid preprocessing token
/opt/ecos/packages/redboot/current/src/main.c:95:60: warning: pasting
"RedBoot_commands" and "." does not give a valid preprocessing token
/opt/ecos/packages/redboot/current/src/main.c:96:62: warning: pasting "."
and "RedBoot_commands" does not give a valid preprocessing token
/opt/ecos/packages/redboot/current/src/main.c:96:62: warning: pasting
"RedBoot_commands" and "." does not give a valid preprocessing token

When I flash the redboot.bin to the lubbock, it will start but I can't give
any command's (command not found).

Does someone have an idea what I did wrong?

Thanks in advance,

Mathijs Haarman




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