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]

Re: EB-40 build problems


On Wed, 2002-04-03 at 07:47, alexander.drzeniek@strahl.de wrote:
> Hello,
> 
> i am trying to build ecos on the Atmel EB40-Board
> May system is
> 
> Win NT 4.0
> cygwin
> self builded tools binutils 2.12, gcc 3.04, insight 5.1.1.
> After i chose the template an want to build eCos for my target,
> i get this message :
> 
> make[1]: Leaving directory `/mnt/c/home/eb40-
> 1_build/language/c/libc/startup/current'
> make -r -C language/c/libc/stdio/current headers
> make[1]: Entering directory `/mnt/c/home/eb40-
> 1_build/language/c/libc/stdio/current'
> make[1]: Leaving directory `/mnt/c/home/eb40-
> 1_build/language/c/libc/stdio/current'
> make -r -C language/c/libc/stdlib/current headers
> make[1]: Entering directory `/mnt/c/home/eb40-
> 1_build/language/c/libc/stdlib/current'
> make[1]: Leaving directory `/mnt/c/home/eb40-
> 1_build/language/c/libc/stdlib/current'
> make -r -C language/c/libc/string/current headers
> make[1]: Entering directory `/mnt/c/home/eb40-
> 1_build/language/c/libc/string/current'
> make[1]: Leaving directory `/mnt/c/home/eb40-
> 1_build/language/c/libc/string/current'
> make -r -C language/c/libc/time/current headers
> make[1]: Entering directory `/mnt/c/home/eb40-
> 1_build/language/c/libc/time/current'
> make[1]: Leaving directory `/mnt/c/home/eb40-
> 1_build/language/c/libc/time/current'
> make -r -C language/c/libm/current headers
> make[1]: Entering directory `/mnt/c/home/eb40-1_build/language/c/libm/current'
> make[1]: Leaving directory `/mnt/c/home/eb40-1_build/language/c/libm/current'
> make -r -C io/wallclock/current headers
> make[1]: Entering directory `/mnt/c/home/eb40-1_build/io/wallclock/current'
> make[1]: Leaving directory `/mnt/c/home/eb40-1_build/io/wallclock/current'
> make -r -C error/current headers
> make[1]: Entering directory `/mnt/c/home/eb40-1_build/error/current'
> make[1]: Leaving directory `/mnt/c/home/eb40-1_build/error/current'
> make -r -C hal/arm/arch/current headers
> makefile:62: *** missing separator.  Stop.
> make[1]: Entering directory `/mnt/c/home/eb40-1_build/hal/arm/arch/current'
> make: *** [headers] Error 2
> make[1]: Leaving directory `/mnt/c/home/eb40-1_build/hal/arm/arch/current'
> make: Leaving directory `/mnt/c/home/eb40-1_build'
> 
> Any idea, what´s wrong
> 
> Thank a lot

This can happen if your source repository has emacs-style save files (#fn#).

In any case, the way to figure it out is to look at the actual makefile
(hal/arm/arch/current/makefile) and see what's on line 62.


--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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