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]

Adding directory in the Include search path


Dear Friends,

I am using configtool to build ecos for Freescale iMX51. I have successfully
build the redboot but getting error while compiling ecos kernel. The error
is related to missing redboot.h file. I found from the source that redboot.h
is placed at : ecos/packages/redboot/current/include/redboot.h. I tried to
search the configtool and also over the internet regarding how to add
directory in the include search path using configtool, can anyone throw some
light on it?

Thanks in Advance,
Have a Good Day,
Ankur.

Following is the snapshot of error from configtool build:
arm-none-eabi-gcc -c  -I/home/shared/ecos_os_build2/ecos_os_install/include
-I/home/shared/ecos_os/packages/hal/arm/mx51/var/current
-I/home/shared/ecos_os/packages/hal/arm/mx51/var/current/src
-I/home/shared/ecos_os/packages/hal/arm/mx51/var/current/tests -I.
-I/home/shared/ecos_os/packages/hal/arm/mx51/var/current/src/
-finline-limit=7000 -mcpu=cortex-a8 -Wall -Wpointer-arith
-Wstrict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections
-fdata-sections -fno-builtin  -fno-exceptions   -Wp,-MD,src/soc_misc.tmp -o
src/hal_arm_mx51_var_soc_misc.o
/home/shared/ecos_os/packages/hal/arm/mx51/var/current/src/soc_misc.c
/home/shared/ecos_os/packages/hal/arm/mx51/var/current/src/soc_misc.c:42:21:
error: redboot.h: No such file or directory


-- 
View this message in context: http://old.nabble.com/Adding-directory-in-the-Include-search-path-tp26530520p26530520.html
Sent from the Sourceware - ecos-discuss mailing list archive at Nabble.com.


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