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]

Re: Build Error when Compiling redboot


I was able to successfully do the following
ecosconfig new at91sam7s
ecosconfig tree
ecosconfig check
make
make tests

After this I launched the configtool, I did a Build->Packages->Redboot...

I am probably doing this wrong, I am simply trying to compile Redboot for the at91 and look a memory usage to confirm or infirm that I am able to run Redboot on aa 128K/16KRAM Oki ARM processor.

Moussa


Gary Thomas wrote:
On Thu, 2006-06-01 at 17:56 -0400, Moussa A. Ba wrote:
I am attempting to recompile Redboot for the at91 I am getting the following error

arm-elf-gcc -c -I/ecos-c/cygwin/opt/dev/ecos/work/ecos_install/include -I/opt/dev/ecos/pa
ckages/redboot/current -I/opt/dev/ecos/packages/redboot/current/src -I/opt/dev/ecos/packag
es/redboot/current/tests -I. -I/opt/dev/ecos/packages/redboot/current/src/ -finline-limit=
7000 -mthumb-interwork -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -
Wundef -g -O2 -ffunction-sections -fdata-sections -fno-exceptions -Wp,-MD,src/main.tmp
-o src/redboot_main.o /opt/dev/ecos/packages/redboot/current/src/main.c
In file included from /opt/dev/ecos/packages/redboot/current/src/main.c:57:
/ecos-c/cygwin/opt/dev/ecos/work/ecos_install/include/redboot.h:65:25: cyg/crc/crc.h: No s
uch file or directory
make[1]: *** [src/main.o.d] Error 1
make[1]: Leaving directory `/opt/dev/ecos/work/ecos_build/redboot/current'
make: *** [build] Error 2


Which target? How did you configure eCos?



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