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: Building eCos on Linux


Hello,

	It looks like you're missing tk.h, or it is not in /usr/X11R6/include 
or /usr/include. So make sure you've got Tk and development packages 
installed...

Kind regards,
Walter 

On Monday 17 May 2004 16:11, Ramin Nassiri wrote:
> Hello
> I've installed eCos on my Linux machine and in "ecos-2.0/build" directory I
> call make and I get the following: gcc -I.
> -I../../../../../../../packages/hal/synth/arch/v2_0/host 
> -I/usr/X11R6/include   -pipe -Wall -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -O0
> -DECOSYNTH_VERSION=\"0.1\"
> -DECOS_REPOSITORY=\"/export/home/nassir_r/dct/cm/kermit/ecos-2.0/packages\"
> -DLIBEXECDIR=\"/usr/local/libexec\" -DPACKAGE_DIR=\"hal/synth/arch\"
> -DPACKAGE_VERSION=\"v2_0\" -DPACKAGE_INSTALL=\"hal/synth/arch/v2_0\"  -c
> ../../../../../../../packages/hal/synth/arch/v2_0/host/ecosynth.c
> ../../../../../../../packages/hal/synth/arch/v2_0/host/ecosynth.c:63:16:
> tk.h: No such file or directory
> ../../../../../../../packages/hal/synth/arch/v2_0/host/ecosynth.c: In
> function `ecosynth_appinit':
> ../../../../../../../packages/hal/synth/arch/v2_0/host/ecosynth.c:290:
> warning: implicit declaration of function `Tk_Init' make[1]: ***
> [ecosynth.o] Error 1
> make[1]: Leaving directory
> `/export/home/nassir_r/dct/cm/kermit/ecos-2.0/build/packages/hal/synth/arch
>/v2_0/host' make: *** [all-recursive] Error 1
>
> Any Ideas please?
>
> Many thanks
> Ramin

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