**** BEGIN LOGGING AT Tue Nov 13 02:59:56 2007 Nov 13 03:02:11 should the reset to defaults button work on an NSLU2 with UnSlung firmware? Nov 13 03:02:21 physical button on back of unit Nov 13 04:28:09 Hello, anyone using btpd on the nslu2 ? Nov 13 19:12:06 is ipkg.nslu2-linux.org mirrored somewhere? Nov 13 22:33:16 Hello, I'm trying to build latest Transmission for mipsel, it seems that some has supported the package but then abandoned it Nov 13 22:33:41 I use toolchain from the latest openwrt Nov 13 22:34:01 and get the following error: Relocations in generic ELF (EM: 8) Nov 13 22:35:19 Does anyone has ideas accroding this? If there is someone who knows how to cross build programs and willing to help it'll be great Nov 13 22:35:30 i'm struggling with it for 2 days already Nov 13 22:36:47 if you're using optware, then you should follow http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware Nov 13 22:37:35 the page has instruction on how to setup for different targets Nov 13 22:39:06 basicly i wanted to compile it on my linux box and then simply copy it to my wl-700ge. i think making a new package is way too complicated for a newb Nov 13 22:40:22 maybe the page name is a little misleading, the first few steps are how to setup cross build environment Nov 13 22:40:36 you can ignore the "adding new package" part Nov 13 22:41:33 at least the instruction is there, actually it's not very complicated Nov 13 22:42:31 getting your own toolchain and building the package from scratch definitely is more time consuming Nov 13 22:42:59 i don't want to fetch all the optware packages - there are too many. And the way suggested there (svn checkout) does download all the packages Nov 13 22:43:08 i just need working toolchain Nov 13 22:43:16 you don't need to Nov 13 22:43:40 svn just get all the makefiles for all the packages Nov 13 22:44:12 aah, ok, i'll give it a try Nov 13 22:44:30 thank you! Nov 13 22:44:42 good luck Nov 13 22:45:10 don't type "make" or "make all" Nov 13 22:45:27 use "make foo" instead Nov 13 22:45:34 then you'll only build foo Nov 13 22:48:23 as i understand, make oleg-target would build a toolchain Nov 13 22:50:23 "make oleg-target" under optware; cd oleg; make directories ipkg-utils toolchain Nov 13 22:51:08 the "make toolchain" step will build a toolchain Nov 13 22:51:25 after that, you can build whatever you want Nov 13 22:52:41 "make oleg-target" just creates a bunch directories, symlink to the right place Nov 13 22:53:08 i see now, thank you! Nov 13 22:53:16 already compiling a toolchain ;) Nov 13 22:53:35 great Nov 13 23:03:28 got the following error: make[5]: Nothing to be done for `info-am'. Nov 13 23:03:28 make[5]: Leaving directory `/home/nikita/slug/optware/oleg/toolchain/buildroot/toolchain_build_mipsel/binutils-2.17.50.0.8-build/bfd' Nov 13 23:03:28 make[4]: *** [info-recursive] Error 1 Nov 13 23:03:44 and 4 similar errors.. Nov 13 23:06:25 the above does not show the actual Error, pastebin it Nov 13 23:09:28 http://pastebin.com/d4fbc495 Nov 13 23:14:11 how can i ask make for verbose output? Nov 13 23:14:19 Hrundik41: i guess the error occurred even earlier Nov 13 23:14:55 try "rm -rf toolchain/buildroot; make toolchain 2>&1 | tee toolchain.log" Nov 13 23:15:32 once it stopped, search Error in the log Nov 13 23:21:59 these are all the error it gives except ignored install_dev errors Nov 13 23:23:36 make[2]: [install_dev] Error 1 (ignored) Nov 13 23:24:11 these ignored Errors are ok Nov 13 23:24:23 thats it Nov 13 23:24:52 there are only pastebin'ed errors and that one in grep Error can you type "type makeinfo" ? Nov 13 23:27:00 type: makinfo: not found Nov 13 23:27:16 type: makeinfo: not found Nov 13 23:27:36 probably you're missing some packages on the build machine Nov 13 23:28:08 depends on your distro, you want to install texinfo Nov 13 23:30:06 ok, installed it. btw, i have ubuntu Nov 13 23:31:09 try "rm -rf toolchain/buildroot; make toolchain 2>&1 | tee toolchain.log" again Nov 13 23:38:01 wow, seems error has gone Nov 13 23:38:09 it downloads some new files Nov 14 00:12:11 it takes long.. Nov 14 00:25:27 how big would toolchain be? Nov 14 00:35:41 Hrundik41: $ du -s toolchain/[bm]* Nov 14 00:35:41 1869112 toolchain/buildroot Nov 14 00:35:41 197860 toolchain/mipsel-linux-uclibc Nov 14 00:36:06 it takes quite lot of space to build, the result is around 200MB **** ENDING LOGGING AT Wed Nov 14 02:59:57 2007