Re: rtems-libbsd fails for gr740

2018-08-27 Thread Nicolas Tsiogkas
Yup that did the trick. Thanks! Regards, Niko On Mon, Aug 27, 2018 at 8:35 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Nicolas, > > I tried it on a VM with the steps below and can reproduce your problem. > The waf configure checks a header file: > > Configure

Re: rtems-libbsd fails for gr740

2018-08-24 Thread Nicolas Tsiogkas
Hm that's weird cause I downloaded and built everything from scratch yesterday. I'll try again and report back. Thanks, Niko On Fri, Aug 24, 2018 at 2:57 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 24/08/18 11:32, Nicolas Tsiogkas wrote: > > I'm get

Re: rtems-libbsd fails for gr740

2018-08-24 Thread Nicolas Tsiogkas
Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Nicolas, > > On 24/08/18 10:59, Nicolas Tsiogkas wrote: > > Hi, > > > > I am trying to build the libbsd for a gr740 target. It fails while > > building debugger01.exe with error: > > > > Wa

rtems-libbsd fails for gr740

2018-08-24 Thread Nicolas Tsiogkas
Hi, I am trying to build the libbsd for a gr740 target. It fails while building debugger01.exe with error: Waf: Entering directory `/home/niko/rtems/rtems-src/rtems-libbsd/build/sparc-rtems5-gr740-default' [1906/2014] Linking build/sparc-rtems5-gr740-default/debugger01.exe

Re: rtems-libbsd bpf BIOCSRTIMEOUT behaviour

2018-07-03 Thread Nicolas Tsiogkas
the bpf was not opened in read/write mode. That's why packets were not received. Attaching a patch. Thanks for the help! Cheers, Niko On Fri, Jun 29, 2018 at 9:40 AM Nicolas Tsiogkas wrote: > Thanks! > > Shouldn't net have some device though since I want to debug the networkin

Re: rtems-libbsd bpf BIOCSRTIMEOUT behaviour

2018-06-29 Thread Nicolas Tsiogkas
-kernel slaveinfo.exe I'll check soon and report back. Thanks again! Cheers, Niko On Fri, Jun 29, 2018 at 9:32 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 29/06/18 09:14, Nicolas Tsiogkas wrote: > > I see thanks. > > > > Any idea or documentatio

Re: rtems-libbsd bpf BIOCSRTIMEOUT behaviour

2018-06-29 Thread Nicolas Tsiogkas
.hu...@embedded-brains.de> wrote: > On 28/06/18 14:09, Nicolas Tsiogkas wrote: > > Hi, > > > > I have observed a weird behaviour while setting the BIOCSRTIMEOUT for > > a bpf. > > > > When setting it to low values (less than a second) as it can be seen > > be

Re: Error building libbsd

2018-06-28 Thread Nicolas Tsiogkas
Hi, some later report. I compiled the examples and some private project with waf and all was smoothly. I suspect that there must be something with the libbsd scripts. Cheers, Niko On Mon, Jun 25, 2018 at 10:20 AM Nicolas Tsiogkas wrote: > Hi Christian, > > I will go with python3 in

rtems-libbsd bpf BIOCSRTIMEOUT behaviour

2018-06-28 Thread Nicolas Tsiogkas
Hi, I have observed a weird behaviour while setting the BIOCSRTIMEOUT for a bpf. When setting it to low values (less than a second) as it can be seen below the bpf is actually blocking instead of waiting and continuing. struct timeval timeout; timeout.tv_sec = 0; timeout.tv_usec = 1; if

Re: Error building libbsd

2018-06-25 Thread Nicolas Tsiogkas
ython3. > > Best regards > > Christian Mauderer > > Am 25.06.2018 um 10:08 schrieb Nicolas Tsiogkas: > > Hi, > > > > sorry for the late reply. > > > > So, the patch didn't do a thing. Got the same print. > > > > But I tried to run waf with p

Re: Error building libbsd

2018-06-25 Thread Nicolas Tsiogkas
3 schrieb Nicolas Tsiogkas: > > Hi, > > > > waf was downloaded by the website (waf.io <http://waf.io>) > > > > niko@im-desktop-021:~/sandbox/rtems-libbsd$ which waf-2.0.8 > > /home/niko/.local/bin/waf-2.0.8 > > Should be OK. > > > >

Re: Error building libbsd

2018-06-22 Thread Nicolas Tsiogkas
Hi, I did the process again with no luck. I am attaching a zip with command outputs/logs. Regards, Niko On Fri, Jun 22, 2018 at 9:44 AM Nicolas Tsiogkas wrote: > Hi Christian, > > it is a fresh clone. Although I had a previous build with 4.11 I decided > try from scratch given

Re: Error building libbsd

2018-06-22 Thread Nicolas Tsiogkas
scratch keeping logs so I can send them and try to find the issue. Thanks for your time! Regards, Niko On Thu, Jun 21, 2018 at 6:49 PM Christian Mauderer wrote: > Am 21.06.2018 um 16:26 schrieb Nicolas Tsiogkas: > > And apparently I forgot the host. > > > > It is ubunt

Re: Error building libbsd

2018-06-21 Thread Nicolas Tsiogkas
And apparently I forgot the host. It is ubuntu 16.04: Linux im-desktop-021 4.13.0-45-generic #50~16.04.1-Ubuntu SMP Wed May 30 11:18:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) N. On Thu, Jun 21, 2018 at 4:19 PM Nicolas Tsiogkas wrote

Re: Error building libbsd

2018-06-21 Thread Nicolas Tsiogkas
cking for header rtems/rtems-debugger.h : yes 'configure' finished successfully (0.744s) Cheers, Niko On Thu, Jun 21, 2018 at 4:09 PM Joel Sherrill wrote: > > > On Thu, Jun 21, 2018 at 8:52 AM, Nicolas Tsiogkas > wrote: > >> Hi, >> >> following the steps described

Error building libbsd

2018-06-21 Thread Nicolas Tsiogkas
Hi, following the steps described in https://github.com/RTEMS/rtems-libbsd I get an error "Could not create the directory ///h" while trying to build with waf 2.0.8 Is it a known problem? I have seen that the installation procedure has changed since 4.11 and now the tools and the bsps are