|
From: Gregg C L. <yod...@wo...> - 2005-07-28 21:17:45
|
Hello from Gregg C Levine
Please examine the scrupt output posted below my signature. It lists my
attempts to build the jtag program from the sources in jtag-0.5.1. I suspect
this problem was fixed in CVS, but I haven't had a chance to update my
sources as of yet.
----
Gregg C Levine yod...@wo...
--
Script started on Thu 28 Jul 2005 05:02:06 PM EDT
root@who8:/usr/local/src/jtag/jtag-0.5.1# make
make all-recursive
make[1]: Entering directory `/usr/local/src/jtag/jtag-0.5.1'
Making all in libbrux
make[2]: Entering directory `/usr/local/src/jtag/jtag-0.5.1/libbrux'
make all-recursive
make[3]: Entering directory `/usr/local/src/jtag/jtag-0.5.1/libbrux'
Making all in po
make[4]: Entering directory `/usr/local/src/jtag/jtag-0.5.1/libbrux/po'
make libbrux.pot-update
make[5]: Entering directory `/usr/local/src/jtag/jtag-0.5.1/libbrux/po'
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
/usr/bin/xgettext --default-domain=libbrux --directory=.. \
--add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
--copyright-holder='ETC s.r.o.' \
--msgid-bugs-address='ma...@te...'
test ! -f libbrux.po || { \
if test -f ./libbrux.pot; then \
sed -f remove-potcdate.sed < ./libbrux.pot > libbrux.1po && \
sed -f remove-potcdate.sed < libbrux.po > libbrux.2po && \
if cmp libbrux.1po libbrux.2po >/dev/null 2>&1; then \
rm -f libbrux.1po libbrux.2po libbrux.po; \
else \
rm -f libbrux.1po libbrux.2po ./libbrux.pot && \
mv libbrux.po ./libbrux.pot; \
fi; \
else \
mv libbrux.po ./libbrux.pot; \
fi; \
}
make[5]: Leaving directory `/usr/local/src/jtag/jtag-0.5.1/libbrux/po'
test -z "" || make
touch stamp-po
make[4]: Leaving directory `/usr/local/src/jtag/jtag-0.5.1/libbrux/po'
make[4]: Entering directory `/usr/local/src/jtag/jtag-0.5.1/libbrux'
if
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/openwince -I/usr/loca
l/include/openwince/device -I/usr/local/include/openwince/arm -I./../include
-g -O2 -Wall -MT cmd.o -MD -MP -MF ".deps/cmd.Tpo" \
-c -o cmd.o `test -f 'cmd/cmd.c' || echo './'`cmd/cmd.c; \
then mv -f ".deps/cmd.Tpo" ".deps/cmd.Po"; \
else rm -f ".deps/cmd.Tpo"; exit 1; \
fi
if
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/openwince -I/usr/loca
l/include/openwince/device -I/usr/local/include/openwince/arm -I./../include
-g -O2 -Wall -MT help.o -MD -MP -MF ".deps/help.Tpo" \
-c -o help.o `test -f 'cmd/help.c' || echo './'`cmd/help.c; \
then mv -f ".deps/help.Tpo" ".deps/help.Po"; \
else rm -f ".deps/help.Tpo"; exit 1; \
fi
if
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/openwince -I/usr/loca
l/include/openwince/device -I/usr/local/include/openwince/arm -I./../include
-g -O2 -Wall -MT quit.o -MD -MP -MF ".deps/quit.Tpo" \
-c -o quit.o `test -f 'cmd/quit.c' || echo './'`cmd/quit.c; \
then mv -f ".deps/quit.Tpo" ".deps/quit.Po"; \
else rm -f ".deps/quit.Tpo"; exit 1; \
fi
if
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/openwince -I/usr/loca
l/include/openwince/device -I/usr/local/include/openwince/arm -I./../include
-g -O2 -Wall -MT cmd_detectflash.o -MD -MP -MF ".deps/cmd_detectflash.Tpo"
\
-c -o cmd_detectflash.o `test -f 'cmd/cmd_detectflash.c' || echo
'./'`cmd/cmd_detectflash.c; \
then mv -f ".deps/cmd_detectflash.Tpo" ".deps/cmd_detectflash.Po"; \
else rm -f ".deps/cmd_detectflash.Tpo"; exit 1; \
fi
if
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/openwince -I/usr/loca
l/include/openwince/device -I/usr/local/include/openwince/arm -I./../include
-g -O2 -Wall -MT cfi.o -MD -MP -MF ".deps/cfi.Tpo" \
-c -o cfi.o `test -f 'flash/cfi.c' || echo './'`flash/cfi.c; \
then mv -f ".deps/cfi.Tpo" ".deps/cfi.Po"; \
else rm -f ".deps/cfi.Tpo"; exit 1; \
fi
flash/cfi.c: In function `cfi_detect':
flash/cfi.c:69: error: `bus_area_t' undeclared (first use in this function)
flash/cfi.c:69: error: (Each undeclared identifier is reported only once
flash/cfi.c:69: error: for each function it appears in.)
flash/cfi.c:69: error: parse error before "area"
flash/cfi.c:80: warning: implicit declaration of function `bus_area'
flash/cfi.c:80: error: `area' undeclared (first use in this function)
make[4]: *** [cfi.o] Error 1
make[4]: Leaving directory `/usr/local/src/jtag/jtag-0.5.1/libbrux'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/jtag/jtag-0.5.1/libbrux'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/jtag/jtag-0.5.1/libbrux'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/jtag/jtag-0.5.1'
make: *** [all] Error 2
root@who8:/usr/local/src/jtag/jtag-0.5.1# exit
Script done on Thu 28 Jul 2005 05:02:21 PM EDT
|