Re: [Owfs-developers] OWFS make error

2012-05-31 Thread Paul Alfille
autoreconf -i On Thu, May 31, 2012 at 7:05 PM, William Brown wrote: > This is Ubunt 11.10 and it's latest kernel 3.0.0-20 and it's only now > the problem started. Kernel 3.0.0-19 was ok. Any one else have a > suggestion? > > On 05/29/2012 07:20 PM, Gregg Levine wrote: > > On Wed, May 30, 2012 at

Re: [Owfs-developers] OWFS make error

2012-05-31 Thread William Brown
This is Ubunt 11.10 and it's latest kernel 3.0.0-20 and it's only now the problem started. Kernel 3.0.0-19 was ok. Any one else have a suggestion? On 05/29/2012 07:20 PM, Gregg Levine wrote: > On Wed, May 30, 2012 at 1:10 AM, William Brown wrote: >> This is the original error before I copied lib

Re: [Owfs-developers] Build steps for ARM Mini2440

2012-05-31 Thread Roberto Spadim
i think here is a good place :) just email it if don't work there's some paste bin services on internet to post a file or text and it give you a link to access it and share 2012/5/31 Arne Stein : > Roberto Spadim spadim.com.br> writes: > >> >> you cross compiled without errors?! > > I had to try

Re: [Owfs-developers] RaspberryPI i2c & OWFS

2012-05-31 Thread Stuart Poulton
Nothing new to report, however I'd welcome any additional feedback on Pi-Wire, my 1-wire expansion board for the RaspberryPi. Some comments on my blog here: http://raspberrypi.homelabs.org.uk/raspberrypi-1-wire-expansion/ Comments / suggestions to the list, or on the blog please. Stuart---

Re: [Owfs-developers] Build steps for ARM Mini2440

2012-05-31 Thread Arne Stein
Roberto Spadim spadim.com.br> writes: > > you cross compiled without errors?! I had to try a bit before getting it right. I have disabled many components (not using FUSE, owhttpd, language bindings, ...etc). Took some time to figure out how to install it onto the target. But now it works. I

Re: [Owfs-developers] Cross compile success -but owserver not responding ?

2012-05-31 Thread Arne Stein
Paul Alfille gmail.com> writes: > > > Can you look at the output of owserver when you run with --debug ?That should show if there are any startup issues and if the messages are getting through. I kept trying a bit and tried a USB to serial converter cable (board has USB master). And, hookin

Re: [Owfs-developers] Build steps for ARM Mini2440

2012-05-31 Thread Roberto Spadim
you cross compiled without errors?! 2012/5/31 Arne Stein : > Background to previous post, why owserver is not responding on Mini2440 > > Build steps: > > - Using cross compiler GCC 4.3.2 that comes on CD with the Mini2440 board > > - In terminal (directory owfs-2.8p15) > > $ export CC=arm-none-li

Re: [Owfs-developers] Cross compile success -but owserver not responding ?

2012-05-31 Thread Paul Alfille
Can you look at the output of owserver when you run with --debug ? That should show if there are any startup issues and if the messages are getting through. On Thu, May 31, 2012 at 8:29 AM, Arne Stein wrote: > After some work it seems my ARM Mini2440 cross compilation of OWFS goes > through. > A

[Owfs-developers] Cross compile success -but owserver not responding ?

2012-05-31 Thread Arne Stein
After some work it seems my ARM Mini2440 cross compilation of OWFS goes through. And the board runs the binaries, printing out help and so on. Since I plan to use the board for basically just one control application, and it doesn't come with FUSE in kernel, I decided to simply build: OWLIB, OWSER

[Owfs-developers] Build steps for ARM Mini2440

2012-05-31 Thread Arne Stein
Background to previous post, why owserver is not responding on Mini2440 Build steps: - Using cross compiler GCC 4.3.2 that comes on CD with the Mini2440 board - In terminal (directory owfs-2.8p15) $ export CC=arm-none-linux-gnueabi-gcc $ export LD=arm-none-linux-gnueabi-ld $ export AR=arm-no