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]

Re: JFFS2 Help


Sir,
       Please forgive me if i am disturbing you.I can build vads redboot with JFFS2 package without any error.But when I use my added target(Rattler Base) I am getting the same error.I added packages   for  serial and ethernet support.

Please have a look at this:

 template    redboot ;
    package -hardware CYGPKG_HAL_POWERPC current ;
    package -hardware CYGPKG_HAL_POWERPC_MPC8XXX current ;
    package -hardware CYGPKG_HAL_POWERPC_RATTLER current ;
    package -hardware CYGPKG_IO_FLASH current ;
    package -hardware CYGPKG_DEVS_FLASH_STRATA current ;
    package -hardware CYGPKG_DEVS_FLASH_POWERPC_RATTLER current ;
    package -hardware CYGPKG_DEVS_ETH_POWERPC_FCC current ;
    package -hardware CYGPKG_DEVS_ETH_POWERPC_RATTLER current ;
    package -hardware CYGPKG_DEVS_ETH_PHY current ;
    package -hardware CYGPKG_IO_SERIAL_POWERPC_MPC8XXX current ;
    package CYGPKG_HAL current ;
    package CYGPKG_INFRA current ;
    package CYGPKG_REDBOOT current ;
    package CYGPKG_ISOINFRA current ;
    package CYGPKG_LIBC_STRING current ;
    package CYGPKG_CRC current ;
    package CYGPKG_IO current ;
    package CYGPKG_IO_SERIAL current ;
    package CYGPKG_IO_FILEIO current ;
    package CYGPKG_FS_JFFS2 current ;
    package CYGPKG_LINUX_COMPAT current ;
    package CYGPKG_IO_ETH_DRIVERS current ;
    package CYGPKG_MEMALLOC current ;
    package CYGPKG_COMPRESS_ZLIB current ;
    package CYGPKG_ERROR current ;

I got the same error as before:

_install/bin/redboot.elf /ecos-c/cygwin/working/22_9/boot2_install/lib/version.o
/ecos-c/cygwin/working/22_9/boot2_install/lib/extras.o: In function `flashiodev_get_config':
/ecos-c/cygwin/opt/ecos/updates/ecos/packages/io/flash/current/src/flashiodev.c:228: undefined reference to `cyg_selinit'
/ecos-c/cygwin/working/22_9/boot2_install/lib/extras.o: In function `614':
/ecos-c/cygwin/opt/ecos/updates/ecos/packages/io/flash/current/src/flashiodev.c:212: undefined reference to `cyg_selinit'
/ecos-c/cygwin/working/22_9/boot2_install/lib/extras.o: In function `h_init':
/ecos-c/cygwin/opt/ecos/updates/ecos/packages/io/flash/current/src/flashiodev.c:103: undefined reference to `cyg_selrecord'
/ecos-c/cygwin/working/22_9/boot2_install/lib/extras.o: In function `_ptr':
/ecos-c/cygwin/opt/ecos/updates/ecos/packages/io/flash/current/src/flashiodev.c:233: undefined reference to `cyg_selwakeup'
/ecos-c/cygwin/opt/ecos/updates/ecos/packages/io/flash/current/src/flashiodev.c:210
make[1]: Leaving directory `/working/22_9/boot2_build/redboot/current'


Thanking You,
Manoj K Abraham,
M.I.T,
Manipal.


-- 
India.com free e-mail - www.india.com. 
Check out our value-added Premium features, such as an extra 20MB for mail storage, POP3, e-mail forwarding, and ads-free mailboxes!

Powered by Outblaze

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