dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pnet-developers] compiling with profile kernel


From: ktreichel
Subject: Re: [Pnet-developers] compiling with profile kernel
Date: Tue, 13 Mar 2007 08:37:34 +0100

Hi Lothar,

you can either use the kernel-fp profile if you need floating point support
or put something like

#ifdef IL_CONFIG_FP_SUPPORTED
   original code
#else
  yyerror("no floating point suppoer available"),
#endif

around the offending lines.

Cheers,

Klaus

> -----Ursprüngliche Nachricht-----
> Von: Lothar Heinrich <address@hidden>
> Gesendet: 12.03.07 23:05:12
> An: address@hidden
> Betreff: [Pnet-developers] compiling with profile kernel


> Hello again,
> 
> due to simplify my work, I want to minimize the portable.NET engine.
> Therefor I tried to configure pnet with the "kernel" profile.
> 
> Unfortunately a make after "./configure --with-profile=kernel" results
> in an error:
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I../include    -I../include -g -O2 -Wall -c
> ilasm.c
> /bin/bash ../libtool --tag=CC --mode=link gcc -I../include -g -O2 -Wall
> -o ilasm  ilasm.o
> libILAsm.a ../image/libILImage.a ../support/libILSupport.a 
> ../libgc/.libs/libgc.a -lz -lnsl -ldl -lm  -lpthread
> mkdir .libs
> gcc -I../include -g -O2 -Wall -o ilasm ilasm.o
> libILAsm.a ../image/libILImage.a ../support/libILSupport.a 
> ../libgc/.libs/libgc.a -lz -lnsl -ldl -lm -lpthread
> libILAsm.a(ilasm_grammar.o): In function `SetFloat':
> pnet/ilasm/ilasm_grammar.y:220: undefined reference to `_ILWriteFloat'
> libILAsm.a(ilasm_grammar.o): In function `SetDouble':
> pnet/ilasm/ilasm_grammar.y:228: undefined reference to `_ILWriteDouble'
> libILAsm.a(ilasm_grammar.o): In function `ilasm_parse':
> pnet/ilasm/ilasm_grammar.y:1186: undefined reference to `_ILReadDouble'
> pnet/ilasm/ilasm_grammar.y:1174: undefined reference to `_ILReadFloat'
> pnet/ilasm/ilasm_grammar.y:4195: undefined reference to `_ILReadDouble'
> pnet/ilasm/ilasm_grammar.y:4189: undefined reference to `_ILReadFloat'
> collect2: ld returned 1 exit status
> 
> I use the cvs version with daily updates.
> To work around my problem, I tried to reduce features starting from
> "full" profile, unfortunately all my trials results in different errors,
> only "--with-profile=full" works for me.
> 
> Does somebody knows a solution, what can I contribute to solve my
> problem? 
> 
> Best regards from Graz/Austria,
> Lothar Heinrich
> 
> _______________________________________________
> Pnet-developers mailing list
> address@hidden
> http://dotgnu.org/mailman/listinfo/pnet-developers
> 


_______________________________________________________________________
Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und kostenlos.
Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=022222



reply via email to

[Prev in Thread] Current Thread [Next in Thread]