Re: [Owfs-developers] Segmentation fault on ARM

2010-07-19 Thread Paul Alfille
Would you be willing to try the newest version? Clearly it works for me (on i386). Paul On Sat, Jul 3, 2010 at 6:20 AM, Alessio Sangalli wrote: > Hi, I have compiled owfs on my ARM9 platform and I have found the > following problems: > > The compilation does not go through with bash 3.0 because

Re: [Owfs-developers] New Release 2.7p39

2010-07-19 Thread Christian Magnusson
I have re-built some new packages, but they still say 2.7p38 since configure.ac isn't updated in the repository. http://owfs.sourceforge.net/nslu2/packages/Packages On Sun, 2010-07-18 at 21:06 -0400, brucek wrote: > nslu2 packages is still at 2.7p37-1. Any chance you can update it any > time s

Re: [Owfs-developers] New Release 2.7p39

2010-07-19 Thread brucek
When I run: #ipkg update #ipkg -test upgrade I am getting 404 errors for p38-1 packages. I'm currently running 2.7p32, because I had stability problems with P37 (that was the next posted release?) Thanks Bruce - Original Message - From: "Christian Magnusson" To: "OWFS (One-wire file s

Re: [Owfs-developers] New Release 2.7p39

2010-07-19 Thread Christian Magnusson
I'm not sure if the Upload failed, but I have uploaded it again, and successfully downloaded these files for example. http://owfs.sourceforge.net/nslu2/packages/owfs_2.7p38-1_armeb.ipk.content http://owfs.sourceforge.net/nslu2/packages/owfs_2.7p38-1_armeb.ipk http://owfs.sourceforge.net/nslu2/pac

Re: [Owfs-developers] New Release 2.7p39

2010-07-19 Thread Jim Kusznir
I'm having trouble building this at the moment. Here's the error: ./include -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prot otypes -Wredundant-decls -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ ISOC99_SOURCE=1 -D_POS

Re: [Owfs-developers] New Release 2.7p39

2010-07-19 Thread Paul Alfille
Sorry about missing this in the conditional compilation. Fixed in the Download version. Paul Alfille On Mon, Jul 19, 2010 at 1:49 PM, Jim Kusznir wrote: > I'm having trouble building this at the moment. Here's the error: > > ./include -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith > -W

[Owfs-developers] debug mode: bus traffic?

2010-07-19 Thread Jim Kusznir
Hi all: I've got a programmer working on making the AVR slave code for owfs-compatible slaves. It would be very helpful for him if there was a way one can get owfs to print out everything it sends and receives over the wire. Neither him nor I have figured out the magic debug statement or such to

Re: [Owfs-developers] debug mode: bus traffic?

2010-07-19 Thread Paul Alfille
What kind of information and which bus? I think the serial bus already shows the bytes sent and recieved (with --error_level=6) Perhaps this should be a compile-time option (like the memory messages) with traffic for all the busses. Paul On Mon, Jul 19, 2010 at 2:49 PM, Jim Kusznir wrote: >

Re: [Owfs-developers] New Release 2.7p39

2010-07-19 Thread Alex Shepherd
Hi Christian, > I have re-built some new packages, but they still say 2.7p38 > since configure.ac isn't updated in the repository. > > http://owfs.sourceforge.net/nslu2/packages/Packages Which Distro are these NSLU2 packages for? I currently have OpenWRT on my NSLU2 but the packages for that d

Re: [Owfs-developers] debug mode: bus traffic?

2010-07-19 Thread Jim Kusznir
I was looking for the actual hex commands sent and received over a usb adapter. Thanks! --Jim On Mon, Jul 19, 2010 at 1:20 PM, Paul Alfille wrote: > What kind of information and which bus? > > I think the serial bus already shows the bytes sent and recieved (with > --error_level=6) > > Perhaps t