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 insta

Re: Error building libbsd

2018-06-21 Thread Nicolas Tsiogkas
: all ok Checking for header dlfcn.h : yes Checking for header rtems/pci.h : yes Configure variant:: arm-rtems5-xilinx_zynq_a9_qemu-default Checking for header rtems/rtems-debugger.h : yes 'configure' finished successfully (0.744s) Che

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-22 Thread Nicolas Tsiogkas
from 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

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
call it with a version number. > > Best regards > > Christian Mauderer > > Am 22.06.2018 um 11:21 schrieb Nicolas Tsiogkas: > > Hi, > > > > I did the process again with no luck. I am attaching a zip with command > > outputs/logs. > > > > Regards

Re: Error building libbsd

2018-06-25 Thread Nicolas Tsiogkas
13:23 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-25 Thread Nicolas Tsiogkas
does use python3. > > 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

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 (ioctl(

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

Re: rtems-libbsd bpf BIOCSRTIMEOUT behaviour

2018-06-29 Thread Nicolas Tsiogkas
sebastian.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 &g

Re: rtems-libbsd bpf BIOCSRTIMEOUT behaviour

2018-06-29 Thread Nicolas Tsiogkas
256M -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 do

Re: Error building libbsd

2018-07-02 Thread Nicolas Tsiogkas
into the > files with the python debugger pdb. But I assume that you are not that > curious about the problem? So if you have a setup you can work with, I > would suggest to use that. > > Best regards > > Christian Mauderer > > Am 28.06.2018 um 14:10 schrieb Nicolas Tsio

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 networki

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 /home/niko/rtems/5/lib/

Re: rtems-libbsd fails for gr740

2018-08-24 Thread Nicolas Tsiogkas
stian 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: > > > &g

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: > &g

Re: rtems-libbsd fails for gr740

2018-08-24 Thread Nicolas Tsiogkas
> On Fri, Aug 24, 2018 at 2:57 PM Sebastian Huber > > > <mailto:sebastian.hu...@embedded-brains.de>> wrote: > > > > On 24/08/18 11:32, Nicolas Tsiogkas wrote: > > > I'm getting this error from repositories cloned yesterday (rtems > > > commit:

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 variant: