Thanks for the reply Cyberstorm - Apologies for my delay……what do u mean with book out? Source code is on SVN, it's all written on my site. Honestly i dont remember with SVN revision correspond to v0.1 but why not just check out the HEAD (v0.2) ?I mean check out (I’ve not used SVN)…..only because I wanted to see the changes made from 0.1 to 0.2 - learning exercise
I’ve now checked out the head (v0.2)……….
Compiling – thanks for your guide (Help)
http://cyberstorm.altervista.org/wag354g/guides/howto_build_en.txtI’ve installed all the packages as specified, registered the tools etc… attempted to compile……….fixed the make file as specified in the guide i.e.
if [ "$${CONFIG_MODULES}" = "y" ] ; then \
In both cases, two lines beyond, there is this:
fi ) \
Cange it in:
fi ; \
When compiling WAG354G-EU-v1_01_11-00……………………………………………The first error I get which I can not resolve is
nflate.c:1307: warning: implicit declaration of function `cm_hwDecodeLZMA'
inflate.c:1288: warning: unused variable `inflate_slide_window'
inflate.c: At top level:
gzip.h:10: warning: `output_data' defined but not used
gzip.h:11: warning: `output_ptr' defined but not used
gzip.h:19: warning: `window' defined but not used
gzip.h:20: warning: `inptr' defined but not used
gzip.h:21: warning: `outcnt' defined but not used
gzip.h:33: warning: `input_data' defined but not used
mips_fp_le-objcopy -S -O binary /home/rick/Desktop/router/LinksysV11/WAG354G-EU-v1_01_11-00/src/linux/linux-2.4.17_mvl21/vmlinux zimage
if [ -e ../../../../../../../../gtnsp/tools/bin/7zip ]; then \
../../../../../../../../gtnsp/tools/bin/7zip zimage zimage.7z; \
else \
if [ -e ../../../../../tools/7zip ]; then \
../../../../../tools/7zip zimage zimage.7z; \
else \
7zip zimage zimage.7z; \
fi; \
fi
../../../../../tools/7zip: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
make[2]: *** [zimage.7z] Error 127
make[2]: Leaving directory `/home/rick/Desktop/router/LinksysV11/WAG354G-EU-v1_01_11-00/src/linux/linux-2.4.17_mvl21/arch/mips/mips-boards/ti_avalanche/inflater'
make[1]: *** [ram_zimage] Error 2
When compiling Neptune354gv0.2……………………………………………make[2]: Leaving directory `/home/rick/Desktop/router/v0.2checkOut/trunk/router/zebra'
Making clean in doc
make[2]: Entering directory `/home/rick/Desktop/router/v0.2checkOut/trunk/router/zebra/doc'
cd .. && automake --foreign --include-deps doc/Makefile
configure.in:10: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:10: old Automake version. You should recreate aclocal.m4
configure.in:10: with aclocal and run automake again.
make[2]: *** [Makefile.in] Error 63
make[2]: Leaving directory `/home/rick/Desktop/router/v0.2checkOut/trunk/router/zebra/doc'
make[1]: *** [clean-recursive] Error 1
make[1]: Leaving directory `/home/rick/Desktop/router/v0.2checkOut/trunk/router/zebra'
make: *** [zebra-clean] Error 2
rick@rick-desktop:~/Desktop/router/v0.2checkOut/trunk$ B
Not sure they are related..............???
hi, by default SSH does not accept connection from WAN, you should add a pair of iptables lines to the online script, I already written it somewhere, just look around here on my site. Thanks I found it and shall try it………..
http://192.168.1.1/Port_Services.asp - would this hidden page do the same, or is it just a waste of time (!!!!! does not work -- Ignore this line !!!!!!)Any help greatly appreciated
Thanks Rick