0 příspěvků / 0 new
Obrázek uživatele hypnos
Offline
Naposledy viděn: 16 let 1 týden zpět
Připojen: 06.04.2008 - 19:11
Nejde zkompilovat

Ahoj, prosim pomuze me nekdo s kompilaci jtagu?
Pro kompilaci jtagu je potreba include
http://www.lmfree.sk/JTAG/include-0.4.2.tar.bz2
http://www.lmfree.sk/JTAG/jtag-0.6.tar.bz

Include jsem uz nasel v rpm balicku, ale ten jatag me nejde
make:
hypnos@linux-7dse:~/Desktop/RTL8186/jtag-0.6-cvs-20051228> make
make all-recursive
make[1]: Entering directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228'
Making all in libbrux
make[2]: Entering directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux'
make all-recursive
make[3]: Entering directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux'
Making all in po
make[4]: Entering directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux/po'
make libbrux.pot-update
make[5]: Entering directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux/po'
: --default-domain=libbrux --directory=.. \
--add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
--copyright-holder='ETC s.r.o.' \
--msgid-bugs-address='marcel@telka.sk'
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 `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux/po'
test -z "" || make
touch stamp-po
make[4]: Leaving directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux/po'
make[4]: Entering directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/openwince -I/usr/include/openwince/device -I/usr/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
cmd/cmd_detectflash.c: In function ‘cmd_detectflash_run’:
cmd/cmd_detectflash.c:48: error: too many arguments to function ‘detectflash’
make[4]: *** [cmd_detectflash.o] Error 1
make[4]: Leaving directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228'
make: *** [all] Error 2
hypnos@linux-7dse:~/Desktop/RTL8186/jtag-0.6-cvs-20051228>

make install:
hypnos@linux-7dse:~/Desktop/RTL8186/jtag-0.6-cvs-20051228> make install
Making install in libbrux
make[1]: Entering directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux'
Making install in po
make[2]: Entering directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux/po'
make libbrux.pot-update
make[3]: Entering directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux/po'
: --default-domain=libbrux --directory=.. \
--add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
--copyright-holder='ETC s.r.o.' \
--msgid-bugs-address='marcel@telka.sk'
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[3]: Leaving directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux/po'
test -z "" || make
touch stamp-po
/bin/sh ../../tools/mkinstalldirs /usr/local/share
if test "libbrux" = "gettext-tools"; then \
/bin/sh ../../tools/mkinstalldirs /usr/local/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/local/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[2]: Leaving directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux/po'
make[2]: Entering directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/openwince -I/usr/include/openwince/device -I/usr/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
cmd/cmd_detectflash.c: In function ‘cmd_detectflash_run’:
cmd/cmd_detectflash.c:48: error: too many arguments to function ‘detectflash’
make[2]: *** [cmd_detectflash.o] Error 1
make[2]: Leaving directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/hypnos/Desktop/RTL8186/jtag-0.6-cvs-20051228/libbrux'
make: *** [install-recursive] Error 1
hypnos@linux-7dse:~/Desktop/RTL8186/jtag-0.6-cvs-20051228>

Prosim najde se nekdo kdo me pomuze?

Gcc jsem uz nainstaloval, ten me tam taky chybel

Je to odsud a melo by to makat.
http://www.czfree.net/forum/showthread.php?postid=159431#post159431

Diky moc