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]

GCC & Insight build problems (Cygwin, arm-elf)


Hi,
browse as I might, I can't find the solutions to these problems. Quite
common though as I found some questions like this. Please give the quick
solution:

1. Build & install GCC
Command:

make -w all-gcc install-gcc LANGUAGES="c c++" 2>&1 | tee make.out

Result:

*** No rule to make target `c++´, needed by `native´. Stop.
make[1]: Leaving directory `/tmp/build/gcc/gcc´
make: *** [all-gcc] Error 2

2. Build & install Insight

Command:

make -w all install 2>&1 | tee make.out

Result: 

/usr/include/w32api/winnt.h:48: parse error before `CCHAR´
.
.	<many similar errors follow>
.

I downloaded the latest versions of the tools today and followed the
instructions on sources.redhat.com/ecos/tools/win-arm-elf-html.

Thanks for your help,
	Harri


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]