dotgnu-general
[Top][All Lists]
Advanced

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

[DotGNU]arm toolchain crosscompile pnet


From: minddog
Subject: [DotGNU]arm toolchain crosscompile pnet
Date: Mon, 23 Dec 2002 08:58:43 -0700
User-agent: KMail/1.4.3

I got the toolchain up with a few hacks to the Makefile's but I seem to be 
stuck right here. I noticed its always been problems with libffi so i tried 
the --disable-libffi flag but that didn't prevent this.  Just another arm 
"error". ;)

Making all in engine
make[1]: Entering directory `/home/minddog/dotgnu/pnet/engine'
/bin/sh ./mklabel.sh "mawk" ./cvm.h >cvm_labels.h
arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../include    -I../libffi/include 
-fno-gcse -I../include                        -I../libffi/include -I. -g -O2 
-Wall -c cvm.c
In file included from cvm.c:602:
cvm_ptr.c: In function `_ILCVMInterpreter':
cvm_ptr.c:3230: `System_MArray' undeclared (first use in this function)
cvm_ptr.c:3230: (Each undeclared identifier is reported only once
cvm_ptr.c:3230: for each function it appears in.)
cvm_ptr.c:3230: `array' undeclared (first use in this function)
cvm_ptr.c:3230: parse error before `)'
cvm_ptr.c:3231: parse error before `index1'
cvm_ptr.c:3233: `index1' undeclared (first use in this function)
cvm_ptr.c:3234: `index2' undeclared (first use in this function)
cvm_ptr.c:3292: parse error before `)'
cvm_ptr.c:3293: parse error before `index1'
cvm.c: At top level:
cvm_conv.c:198: warning: `RefArrayToC' defined but not used
make[1]: *** [cvm.o] Error 1
make[1]: Leaving directory `/home/minddog/dotgnu/pnet/engine'
make: *** [all-recursive] Error 1

regards,
-- 
--minddog( Adam Ballai )

"I try to take it one day at a time, but several of them attack me at once."
-mistyflip


reply via email to

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