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]

Bug on PhyCore-MPC555 Port ?


Hi,

I m using the port for the mpc555 phycore.

I need for the project the serial port I/O.

When I compil the eCos project in RAM I got an Error :

make[1]: Entering directory `/ecos-c/cygwin/home/lia/arch/powerpc-555/ecos/ram/mpc555-ram_build/devs/serial/powerpc/phy555/current'
powerpc-eabi-gcc -c -I/ecos-c/cygwin/home/lia/arch/powerpc-555/ecos/ram/mpc555-ram_install/include -I/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/serial/powerpc/phy555/current -I/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/serial/powerpc/phy555/current/src -I/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/serial/powerpc/phy555/current/tests -I. -I/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/serial/powerpc/phy555/current/src/ -mcpu=505 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -mmultiple -fno-rtti -fno-exceptions -finit-priority -Wp,-MD,src/phy555_serial_with_ints.tmp -o src/devs_serial_powerpc_phy555_phy555_serial_with_ints.o /ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/serial/powerpc/phy555/current/src/phy555_serial_with_ints.c
In file included from /ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/serial/powerpc/phy555/current/src/phy555_serial_with_ints.c:57:
/ecos-c/cygwin/home/lia/arch/powerpc-555/ecos/ram/mpc555-ram_install/include/pkgconf/io_serial.h:14:41: pkgconf/io_serial_powerpc_cme555.h: No such file or directory
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/serial/powerpc/phy555/current/src/phy555_serial_with_ints.c:407: warning: `mpc555_serial_init' defined but not used
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/serial/powerpc/phy555/current/src/phy555_serial_with_ints.c:456: warning: `mpc555_serial_lookup' defined but not used
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/devs/serial/powerpc/phy555/current/src/phy555_serial_with_ints.c:116: warning: `mpc555_serial_funs' defined but not used
make[1]: Leaving directory `/ecos-c/cygwin/home/lia/arch/powerpc-555/ecos/ram/mpc555-ram_build/devs/serial/powerpc/phy555/current'
make[1]: *** [src/phy555_serial_with_ints.o.d] Error 1
make: Leaving directory `/ecos-c/cygwin/home/lia/arch/powerpc-555/ecos/ram/mpc555-ram_build'
make: *** [build] Error 2


It seems to need a io_powerpc_cme555.h file.

What is your opinion ?

Best regards

JP Garrigos

French Trainee at Supearo



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