[OpenWrt-Devel] How to compile all packages and skip compilation errors

2009-06-09 Thread Matthias Buecher / Germany
Hi there, is there an easy way to compile everything, where compilation errors do not stop the compilation process? As manually removing a problem package and manually restarting is wasting a lot of time. All compilation errors should be stored in a log so that they can be checked afterwards.

[OpenWrt-Devel] Homepage: Current Wiki redirection is useless

2009-06-09 Thread Matthias Buecher / Germany
As it seems that the new Wiki won't be available soon, could someone please fix the redirection for the old Wiki. Instead of just replacing the domain, at least add .html add the end of the redirection and replace all slashes / with (2f). Then all the wiki links in the forum and from external

Re: [OpenWrt-Devel] Homepage: Current Wiki redirection is useless

2009-06-09 Thread Malte S. Stretz
On Tuesday 09 June 2009 10:22:27 Matthias Buecher / Germany wrote: As it seems that the new Wiki won't be available soon, could someone please fix the redirection for the old Wiki. Instead of just replacing the domain, at least add .html add the end of the redirection and replace all slashes /

Re: [OpenWrt-Devel] How to compile all packages and skip compilation errors

2009-06-09 Thread ZioPRoTo (Saverio Proto)
is there an easy way to compile everything, where compilation errors do not stop the compilation process? As manually removing a problem package and manually restarting is wasting a lot of time. All compilation errors should be stored in a log so that they can be checked afterwards. I know

Re: [OpenWrt-Devel] How to compile all packages and skip compilation errors

2009-06-09 Thread Matthias Buecher / Germany
The following should do the job for me: script -c 'make V=99 IGNORE_ERRORS=m' compile_`date +%Y%m%d_%H%M%S`.log This is done in a screen session, which I can detach (STRG+A, D) and reattach (screen -r). Hope that it really compiles till the end. We'll see later. Maddes On 09.06.2009 12:55,

Re: [OpenWrt-Devel] use of soft-float on bcm47xx

2009-06-09 Thread Michael Buesch
On Monday 08 June 2009 21:35:05 matthieu castet wrote: Michael Buesch wrote: On Sunday 07 June 2009 11:28:50 matthieu castet wrote: Hi, I wonder with openwrt for bcm47xx is not build with -msoft-float. The cpu doesn't have fpu and the current floating code get emulated by the kernel

Re: [OpenWrt-Devel] gdb patch

2009-06-09 Thread Brian J. Murrell
On Tue, 2009-06-09 at 12:49 +0300, Alexandros C. Couloumbis wrote: gdb does not compile on latest svn r16391 with gcc-4.3.3 here is the error: cc1: warnings being treated as errors .././gdb/cli/cli-cmds.c: In function 'pwd_command': .././gdb/cli/cli-cmds.c:323: error: ignoring return value

[OpenWrt-Devel] s3fs for openwrt

2009-06-09 Thread Stephen Crosby
Hello developers, Let me introduce myself. I'm a web developer from California and I've been using openwrt as a platform for a music playing appliance similar to the one on mightyohm.com. I added this patch a while back https://dev.openwrt.org/ticket/4927 and now I want to extend my

Re: [OpenWrt-Devel] s3fs for openwrt

2009-06-09 Thread Gregers Petersen
Hi Stephen Stephen Crosby wrote: Hello developers, Let me introduce myself. I'm a web developer from California and I've been using openwrt as a platform for a music playing appliance similar to the one on mightyohm.com http://mightyohm.com. I added this patch a while back

Re: [OpenWrt-Devel] s3fs for openwrt

2009-06-09 Thread Stephen Crosby
Here's the Makefile I've created for building s3fs. It seems to compile just fine, but I haven't tried to execute it yet. I'll give it a shot when I get a chance. --Stephen On Tue, Jun 9, 2009 at 11:24 AM, Gregers Petersen g...@openwrt.org wrote: Stephen Crosby wrote: Excuse my newness, but

[OpenWrt-Devel] Whence the wiki; if admin has no time I can do it

2009-06-09 Thread Daniel Dickinson
I'm a little frustrated by the wiki situation, as are others, and I want to get something up and running. If the person who was supposed to do doesn't have the time to take care of it after all, I am willing to do it, but something has to happen and soon. Months plural now applies to the wiki

Re: [OpenWrt-Devel] How to compile all packages and skip compilation errors

2009-06-09 Thread Matthias Buecher / Germany
V=99 isn't necessary, without (V=0) you still get an error message. Example from today's test # script -c 'make IGNORE_ERRORS=m' compile_`date +%Y%m%d_%H%M%S`.log ... make[3] -C feeds/packages/net/ntpd compile ERROR: package/feeds/packages/ntpd failed to build. Maddes On 09.06.2009