Compile Error from GIT source
Posted: Fri Dec 10, 2010 10:35 pm
Ran into a problem tonight trying to compile from the GIT repo.
install -m0755 ./files/modemaccess.pppoe /home/rocky/gargoyle/gargoyle/ar71xx-src/build_dir/target-mips_r2_uClibc-0.9.30.1/gargoyle-firewall-util/ipkg-ar71xx/gargoyle-firewall-util/etc/ppp/ip-up.d/modemaccess.sh
install: cannot stat `./files/modemaccess.pppoe': No such file or directory
Make fails after this. Trying to build for a WZR-HP-G300NH. Haven't built for a couple revisions so don't know exactly when this error was introduced. Sometime after rev. 2b162e83. I'm pathetic at trying to find an error in the code. Right now, I've just remarked out line 66 in package/gargoyle-firewall-util/Makefile. Anyone got any ideas where to start?
Thanks!
install -m0755 ./files/modemaccess.pppoe /home/rocky/gargoyle/gargoyle/ar71xx-src/build_dir/target-mips_r2_uClibc-0.9.30.1/gargoyle-firewall-util/ipkg-ar71xx/gargoyle-firewall-util/etc/ppp/ip-up.d/modemaccess.sh
install: cannot stat `./files/modemaccess.pppoe': No such file or directory
Make fails after this. Trying to build for a WZR-HP-G300NH. Haven't built for a couple revisions so don't know exactly when this error was introduced. Sometime after rev. 2b162e83. I'm pathetic at trying to find an error in the code. Right now, I've just remarked out line 66 in package/gargoyle-firewall-util/Makefile. Anyone got any ideas where to start?
Thanks!