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]

FWD: Re: Help on JFFS2


Please don't email to people personally. Always send mails to the list
so that everybody benifits. If you want personal support you need a
support contract.

        Andrew

----- Forwarded message from Andrew Lunn <andrew@lunn.ch> -----

Date: Wed, 22 Sep 2004 09:50:50 +0200
To: Manoj Abraham <manojkabraham@india.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Subject: Re: [ECOS] Help on JFFS2
From: Andrew Lunn <andrew@lunn.ch>
X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham 
	version=2.64

On Wed, Sep 22, 2004 at 01:43:07PM +0800, Manoj Abraham wrote:
> I added the pkges JFFS2,FILE IO,Dynamic mem alloc,Linux compatibilty
> while building Redboot.My intention was to enable the JFFS2 File
> System Support on my target Flash.The build end up with the
> following error:

Im sure you added some other packages as well. Anyway:

$ ecosconfig new vads redboot
ecosconfig add jffs2 fileio linux_compat flash zlib malloc error io
U CYGHWR_DEVS_FLASH_SHARP_LH28F016SCT_Z4, new inferred value 1
U CYGBLD_ISO_ERRNO_CODES_HEADER, new inferred value <cyg/error/codes.h>
U CYGBLD_ISO_ERRNO_HEADER, new inferred value <cyg/error/errno.h>
U CYGBLD_ISO_STRERROR_HEADER, new inferred value <cyg/error/strerror.h>
U CYGBLD_ISO_DIRENT_HEADER, new inferred value <cyg/fileio/dirent.h>
U CYGPKG_IO_FILEIO_INODE, new inferred value 1
U CYGBLD_ISO_OPEN_MAX_HEADER, new inferred value <cyg/fileio/limits.h>
U CYGBLD_ISO_NAME_MAX_HEADER, new inferred value <cyg/fileio/limits.h>
U CYGPKG_IO_FLASH_BLOCK_DEVICE, new inferred value 1
U CYGSEM_ERROR_PER_THREAD_ERRNO, new inferred value 0
$ ecosconfig tree
$ make -s
headers finished
/home/lunn/eCos/anoncvs-clean/packages/hal/powerpc/mpc8260/current/src/quicc2_diag.c: In function `cyg_hal_plf_serial_isr':
/home/lunn/eCos/anoncvs-clean/packages/hal/powerpc/mpc8260/current/src/quicc2_diag.c:141: warning: unused variable `bd'
/home/lunn/eCos/anoncvs-clean/packages/hal/powerpc/mpc8260/current/src/quicc2_diag.c: In function `InitSCC1Uart':
/home/lunn/eCos/anoncvs-clean/packages/hal/powerpc/mpc8260/current/src/quicc2_diag.c:437: warning: cast from pointer to integer of different size
/home/lunn/eCos/anoncvs-clean/packages/hal/powerpc/mpc8260/current/src/quicc2_diag.c:439: warning: cast from pointer to integer of different size
/home/lunn/eCos/anoncvs-clean/packages/hal/powerpc/vads/current/src/hal_aux.c: In function `hal_platform_init':
/home/lunn/eCos/anoncvs-clean/packages/hal/powerpc/vads/current/src/hal_aux.c:103: warning: implicit declaration of function `hal_if_init'
/home/lunn/eCos/anoncvs-clean/packages/hal/powerpc/vads/current/src/hal_aux.c: At top level:
/home/lunn/eCos/anoncvs-clean/packages/hal/powerpc/vads/current/src/hal_aux.c:76: warning: `BCSR0' defined but not used
/home/lunn/eCos/anoncvs-clean/packages/hal/powerpc/vads/current/src/hal_aux.c:78: warning: `BCSR2' defined but not used
In file included from /home/lunn/eCos/anoncvs-clean/packages/devs/flash/powerpc/vads/current/src/powerpc_vads_flash.c:74:
/home/lunn/eCos/work2/install/include/cyg/io/flash_28fxxx.inl: In function `flash_unlock_block':
/home/lunn/eCos/work2/install/include/cyg/io/flash_28fxxx.inl:563: warning: assignment discards qualifiers from pointer target type
/home/lunn/eCos/anoncvs-clean/packages/redboot/current/src/fconfig.c: In function `flash_write_config':
/home/lunn/eCos/anoncvs-clean/packages/redboot/current/src/fconfig.c:771: warning: unused variable `err_addr'
/home/lunn/eCos/anoncvs-clean/packages/redboot/current/src/load.c: In function `do_load':
/home/lunn/eCos/anoncvs-clean/packages/redboot/current/src/load.c:713: warning: `which' might be used uninitialized in this function
build finished
$ ls install/bin/
redboot.bin*  redboot.elf*  redboot.img*  redboot.ppcbug*  redboot.srec*

        Andrew

----- End forwarded message -----

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