That's a compiler error, you would need a more recent one than 2.95.4
currently installed on ipaq4. Someone appears to have built a gcc 3.0.4
himself, available in ~/suba/InstGcc304/bin.
You could try with it by exporting proper CC & CXX variables. Note:
make distclean first.
Bye,
Gwenole.
Hi Gwenole,
I was running the wrong env file so I configured it to gcc33 and it gets
much farther! :-)
However, it does bomb out here:
g++3.3 -I../kpx_cpu/include -I../kpx_cpu/src -I../include -I. -DHAVE_CONFIG_
H -D
_REENTRANT -DDATADIR=\"/usr/local/share/SheepShaver\" -g -O2 -I/usr/X11R6/i
nclu
de -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -
c ..
/kpx_cpu/src/cpu/ppc/ppc-execute.cpp -o obj/ppc-execute.o
g++3.3 -I../kpx_cpu/include -I../kpx_cpu/src -I../include -I. -DHAVE_CONFIG_
H -D
_REENTRANT -DDATADIR=\"/usr/local/share/SheepShaver\" -g -O2 -I/usr/X11R6/i
nclu
de -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -
c ..
/kpx_cpu/src/cpu/ppc/ppc-translate.cpp -o obj/ppc-translate.o
../kpx_cpu/src/cpu/ppc/ppc-translate.cpp: In function `void
disasm_translation(unsigned int, unsigned int, uint8*, unsigned int)':
../kpx_cpu/src/cpu/ppc/ppc-translate.cpp:99: error: `TARGET_NATIVE'
undeclared
(first use this function)
../kpx_cpu/src/cpu/ppc/ppc-translate.cpp:99: error: (Each undeclared
identifier
is reported only once for each function it appears in.)
make: *** [obj/ppc-translate.o] Error 1
Any thoughts?
Thanks!
Mark
|