Re: Error while building the rtems-libbsd

2020-01-08 Thread Christian Mauderer
Hello Utkarsh, On 08/01/2020 18:52, Utkarsh Rai wrote: > So, finally after resetting almost every configuration on my system , > and rebasing the changes  on the latest libsd commit I was able to build > the libbsd successfully on my host  for beagle BSP. Great. >  I have been trying to get a t

Re: Error while building the rtems-libbsd

2020-01-08 Thread Utkarsh Rai
So, finally after resetting almost every configuration on my system , and rebasing the changes on the latest libsd commit I was able to build the libbsd successfully on my host for beagle BSP. I have been trying to get a test app to work for PRU drivers , as of now the app cannot read the IRQs t

Re: Error while building the rtems-libbsd

2020-01-05 Thread Christian Mauderer
On 05/01/2020 03:17, Utkarsh Rai wrote: > 1. For the libbbsd I have been > using https://github.com/nilhoel1/rtems-libbsd/tree/ti_pruss, this was > used by @Nils Hölscher  for his GSoc project( > I have talked to him about my errors, and this libbsd builds fine on his > h

Re: Error while building the rtems-libbsd

2020-01-04 Thread Utkarsh Rai
1. For the libbbsd I have been using https://github.com/nilhoel1/rtems-libbsd/tree/ti_pruss, this was used by @Nils Hölscher for his GSoc project( I have talked to him about my errors, and this libbsd builds fine on his host system). 2. The rtems and RSB versions are https://github.com/RTEMS/rtems

Re: Error while building the rtems-libbsd

2020-01-03 Thread Christian Mauderer
On 01/01/2020 16:14, Utkarsh Rai wrote: > I have been successful in building the rtems-libbsd using 'python3 > ./waf'. Although, I had to do some weird changes to some of the files in > the libbsd package. (These changes were done as there were several build > errors even after the 'python ./waf' c

Re: Error while building the rtems-libbsd

2020-01-01 Thread Sebastian Huber
On 01/01/2020 16:14, Utkarsh Rai wrote: I have been successful in building the rtems-libbsd using 'python3 ./waf'. Although, I had to do some weird changes to some of the files in the libbsd package. (These changes were done as there were several build errors even after the 'python ./waf' comma

Re: Error while building the rtems-libbsd

2020-01-01 Thread Utkarsh Rai
I have been successful in building the rtems-libbsd using 'python3 ./waf'. Although, I had to do some weird changes to some of the files in the libbsd package. (These changes were done as there were several build errors even after the 'python ./waf' command ) 1. In the ../freebsd/sys/netinet/in_m

Re: Error while building the rtems-libbsd

2019-12-31 Thread Christian Mauderer
On 31/12/2019 12:41, Utkarsh Rai wrote: > My host system has an x-86_64  architecture with ubuntu-18.04 running on > top of it, I have a python2 installed. > Interestingly enough, when I clean up the libbsd directory and try to > build as a super-user, I have two observations:- Please note that bu

Re: Error while building the rtems-libbsd

2019-12-31 Thread Utkarsh Rai
My host system has an x-86_64 architecture with ubuntu-18.04 running on top of it, I have a python2 installed. Interestingly enough, when I clean up the libbsd directory and try to build as a super-user, I have two observations:- 1. The build fails with the following error message:- [1/4] Creating

Re: Error while building the rtems-libbsd

2019-12-30 Thread Christian Mauderer
On 28/12/2019 18:43, Utkarsh Rai wrote: > Hi, > While building the rtems-libbsd as described here > >  I > was able to successfully configure the waf file as:- > waf configure > --prefix="/home/ur

Error while building the rtems-libbsd

2019-12-28 Thread Utkarsh Rai
Hi, While building the rtems-libbsd as described here I was able to successfully configure the waf file as:- waf configure --prefix="/home/ur10/sandbox/rtems/5" --rtems-bsps=arm/beagleboneblack --