The first build did compile without errors. Removing the -j2 option on the > time ionice -c 3 nice -n 20 make -j 2 > (it takes about 32 min) make fixed me.
Then I ran into errors trying to cross-compile pth-2.0.7 on a linux 3.x system (ubuntu 11.10). I'm setting up a linux 2.x system in a VM right now to try and do the entire process again. On Sat, May 5, 2012 at 6:02 AM, Luca Dionisi <[email protected]> wrote: > On Sat, May 5, 2012 at 8:34 AM, myddrn <[email protected]> wrote: > > I'm following the build notes > > here http://lab.dyne.org/Netsukuku_Dev/vala/flashing_notes to try and > get > > Netsukuku running on a WR1043ND > > > > I've gotten up to this step > > > > time ionice -c 3 nice -n 20 make -j 2 > > (it takes about 32 min) > > > > without error. > > > > When I run the command above it runs for about three minutes and then > bails > > out with the following error: > > make[1]: *** > > > [/home/beeper/projects/netsukuku/openwrt/r30610/staging_dir/target-mips_r2_glibc-2.14/stamp/.package_compile] > > Error 2 > > > > I double checked the modification > > to package/base-files/files/lib/upbgrade/common.sh, and read through the > > notes here https://dev.openwrt.org/ticket/9483#comment:16. > > > > I'm not entirely sure if there are additional step I need to take beyond > > modifying common.sh to get glibc happy. > > > > Anyone have a pointers on where to look next? > > > > Thanks. > > > > > > _______________________________________________ > > Netsukuku mailing list > > [email protected] > > http://lists.dyne.org/mailman/listinfo/netsukuku > > > > You have to remove "-j 2" option, probably. > The first build, the one taking about 3 hours, did it complete without > errors? > > --Luca > _______________________________________________ > Netsukuku mailing list > [email protected] > http://lists.dyne.org/mailman/listinfo/netsukuku >
_______________________________________________ Netsukuku mailing list [email protected] http://lists.dyne.org/mailman/listinfo/netsukuku
