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]

Help please - error Building Redboot


Hi everyone,
I"m trying to build Redboot on the Intel pxa250 cottula eveluation board
I"ve got the appropriate HAL and packeges from intel

i tried running the script but i get redifinition errors

I "ll be happy to hear all ideas
Here is the script :


#Path to 'ecosconfig'
ECOSCONFIG_PATH=/home/slegolf/Redboot-Intel/BUILD_ECOSCONFIG


#Path to xscale-elf-gcc
XSCALE_ELF=/home/benny_c/RedBoot/wasabi_tools/xscale_tools/bin

XSCALE_COFF=/home/benny_c/RedBoot/wasabi_tools/xscale-coff/bin

SAVEPATH=$PATH

#Path to Redboot source code
REDBOOT_SRC=/home/benny_c/RedBoot-Intel/src

#Build directory
BUILD_DIR=/home/benny_c/RedBoot-Intel/Redboot_build

# CFG files:
# redboot_ROM.cfg  - Build a RedBoot that runs from the FLASH boot sector
CONFIG_FILE=redboot_ROM.cfg

#
# SET PATH FOR desired executables
#
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:$ECOSCONFIG_PATH:$XSCALE_ELF:$XSCALE_COFF




# CLEAN UP BUILD DIRECTORY


cd $BUILD_DIR


export ECOS_REPOSITORY=$REDBOOT_SRC/packages

ecosconfig new lubbock redboot
ecosconfig import
$REDBOOT_SRC/packages/hal/arm/cotulla/lubbock/current/misc/${CONFIG_FILE}

ecosconfig tree

make


Thanks
Benny.c


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