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]

Problem with compiling redboot


Hi,
     
      I want to compile redboot for xscale. My host is
Redhat 7.2. I followed the instructions given in the
document  "Intel IXP400 Software: Redboot* v.1.92
Software Software Release Notes" I installed the
toolchain (xscale) as per the instruction. When i am
compiling the redboot, 

export
PATH=/usr/cygnus/xscale-020523/H-i686-pc-linux-gnulibc2.1/bin/:#{PATH}

Then executed
./ecosconfig import
/root/Johncy/PT09-Redboot/Redboot-build/redboot-intel-xscale-030618/packages/hal/arm/xscale/ixdp425/current/misc/redboot_ROM.ecm

./ecosconfig add intel_npe
./ecosconfig add ixdp425_npe
./ecosconfig tree

 These all worked fine.
But when i run 
 "make"
I got the following:
make -r -C hal/arm/arch/current headers
make[1]: Entering directory
`/root/Johncy/PT09-Redboot/Redboot-build/redboot-intel-xscale-030618/build/hal/arm/arch/current'
make[1]: mkdir: Command not found
make[1]: ***
[/root/Johncy/PT09-Redboot/Redboot-build/redboot-intel-xscale-030618/build/install/include/cyg/hal/arch.inc]
Error 127
make[1]: Leaving directory
`/root/Johncy/PT09-Redboot/Redboot-build/redboot-intel-xscale-030618/build/hal/arm/arch/current'
make: *** [headers] Error 2

How to solve this?

As soon as i run this in the shell,
export
PATH=/usr/cygnus/xscale-020523/H-i686-pc-linux-gnulibc2.1/bin/:#{PATH}
I am unable to execute command like mkdir,
clear.......
Thanks in advance for any help.
Regards,
Deya

________________________________________________________________________
Yahoo! India Insurance Special: Be informed on the best policies, services, tools and more. 
Go to: http://in.insurance.yahoo.com/licspecial/index.html

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