Ok, I've got the latest of the tools ported and built against
the following:
egcs-07031999-CVS
gdb-4.18
binutils-2.9.1.0.25
prc-tools-0.50
pilrc-2.0a
I've got everything built properly, checked, stripped, and
I've added a version to them all, but building prc-tools and pilrc
fail out with the following error messages. Any ideas how I can
fix this? When this is built, I'm packing up the whole shooting
match, and sending it out for all to use.
echo \#!/bin/sh > exportlist
echo -n /usr/local/palm/bin >> exportlist
echo -n /m68k-palmos-coff-nm \$1 >> exportlist
echo " | grep ' T ' | cut -c12- | sort -u" >> exportlist
chmod +x exportlist
cd libglib.0.1.0 ; make PREFIX=/usr/local/palm
TOOLDIR=/usr/local/palm/bin LIBCDIR=libc.0.1.2 LIBMDIR=libmf.0.1.2
LIBGLIBDIR=libglib
.0.1.0
make[1]: Entering directory
`/src/compiling/m68k/prc-tools-0.5.0/libglib.0.1.0'
/usr/local/palm/bin/m68k-palmos-coff-gcc -O2 -g -fno-builtin
-I../libc.0.1.2/include -I../PalmOS1 -I../PalmOS1/UI -I../PalmOS1/Sys
tem -I../PalmOS1/Hardware -I/usr/include -c crt0.c -o crt0.o
In file included from ../PalmOS1/System/SystemMgr.h:30,
from ../PalmOS1/System/SysAll.h:48,
from crt0.c:11:
../PalmOS1/UI/UICommon.h:209: warning: `systrap' attribute directive
ignored
../PalmOS1/UI/UICommon.h:212: warning: `systrap' attribute directive
ignored
In file included from ../PalmOS1/System/SystemMgr.h:31,
from ../PalmOS1/System/SysAll.h:48,
from crt0.c:11:
../PalmOS1/UI/Init.h:20: warning: `systrap' attribute directive
ignored
../PalmOS1/UI/Init.h:23: warning: `systrap' attribute directive
ignored
In file included from ../PalmOS1/System/SystemMgr.h:32,
from ../PalmOS1/System/SysAll.h:48,
from crt0.c:11:
../PalmOS1/UI/Rect.h:48: warning: `systrap' attribute directive
ignored
../PalmOS1/UI/Rect.h:51: warning: `systrap' attribute directive
ignored
../PalmOS1/UI/Rect.h:54: warning: `systrap' attribute directive
ignored
../PalmOS1/UI/Rect.h:57: warning: `systrap' attribute directive
ignored
../PalmOS1/UI/Rect.h:60: warning: `systrap' attribute directive
ignored
----
insert about 200 of these similar warnings all over the place, for
about
300 lines or so of the log
----
../PalmOS1/System/DataMgr.h:222: warning: `systrap' attribute
directive ignored
../PalmOS1/System/DataMgr.h:227: warning: `systrap' attribute
directive ignored
../PalmOS1/System/DataMgr.h:236: warning: `systrap' attribute
directive ignored
../PalmOS1/System/DataMgr.h:239: warning: `systrap' attribute
directive ignored
crt0.c:25: global register variable follows a function definition
crt0.c: In function `GccRelocateData':
crt0.c:114: warning: multi-character character constant
make[1]: *** [crt0.o] Error 1
make[1]: Leaving directory
`/src/compiling/m68k/prc-tools-0.5.0/libglib.0.1.0'
make: *** [libGLib.a] Error 2