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]

Re: PowerPC platform compilation errors


On Tue, Mar 27, 2007 at 05:00:33PM -0300, Tales Toledo wrote:
> Hi,
> 
> does anybody has the same error or I'm doing something wrong in configtool
> I have tried to compile with Adder, MBX, FADS plataforms with no success...

What is the exact configuration you are using. It compiles for me:

lunn@londo:~/eCos/work$ rm -fr *
lunn@londo:~/eCos/work$ ecosconfig new mbx
lunn@londo:~/eCos/work$ ecosconfig tree
lunn@londo:~/eCos/work$ make -s 
headers finished
build finished

I then enabled CYGPKG_IO_SERIAL_DEVICES 

lunn@londo:~/eCos/work$ ecosconfig tree
lunn@londo:~/eCos/work$ make -s
headers finished
/home/lunn/eCos/anoncvs-clean/packages/devs/serial/powerpc/quicc/current/src/quicc_smc_serial.c: In function `quicc_smc_serial_config_port':
/home/lunn/eCos/anoncvs-clean/packages/devs/serial/powerpc/quicc/current/src/quicc_smc_serial.c:348: warning: suggest parentheses around + or - inside shift
/home/lunn/eCos/work/install/include/cyg/hal/var_intr.h: At top level:
/home/lunn/eCos/anoncvs-clean/packages/devs/serial/powerpc/quicc/current/src/quicc_smc_serial.c:516: warning: `quicc_scc_serial_init_info' defined but not used
build finished

These are just warnings.

We need exact instructions for reproducing the problem.

      Andrew

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