Re: Waf error building rtems-libbsd on macOS 10.14

2019-03-20 Thread Chris Johns
Sorry, I missed this post. On 20/3/19 10:34 pm, Adam Lindberg wrote: > I tried building our project in a completely clean macOS VM and that seems to > work. In my current environment I reduced the Homebrew packages to: > > bat pcre > bison

Re: Waf's dependency on Python3

2019-03-20 Thread Chris Johns
On 21/3/19 12:16 am, Sebastian Huber wrote: > On 20/03/2019 14:12, Adam Lindberg wrote: >> I assume you mean rtems-libbsd/waf_libbsd.py? Can’t figure out how to run >> that: >> >> + python3 >> /opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-libbsd/waf_libbsd.py >> configure >> --prefix=/

Re: arm->raspberryPi bsp has no Network Support?

2019-03-20 Thread Gedare Bloom
I believe Ben Gras described using that Linaro qemu to emulate the BB xm board (but not BBB). Gedare On Tue, Mar 19, 2019 at 9:46 AM Joel Sherrill wrote: > > Qemu Linaro has support for the BeagleBoard (not Bone). Some user experience > is here: > > https://stackoverflow.com/questions/35447029/

Re: GSoC Small Projects

2019-03-20 Thread Gedare Bloom
On Wed, Mar 20, 2019 at 9:58 AM Christian Mauderer wrote: > > Am 19.03.19 um 14:54 schrieb Omar Shafik: > > Hello, > > I am interested in Contributing to RTEMS project, specifically adding > > example uses to the User's Guide for the Classic API (small projects > > section). > > I have completed t

Re: GSoC Small Projects

2019-03-20 Thread Christian Mauderer
Am 19.03.19 um 14:54 schrieb Omar Shafik: > Hello, > I am interested in Contributing to RTEMS project, specifically adding > example uses to the User's Guide for the Classic API (small projects > section). > I have completed the Hello World proof, read many materials on RTEMS > website and made mys

Re: Waf's dependency on Python3

2019-03-20 Thread Sebastian Huber
On 20/03/2019 14:12, Adam Lindberg wrote: I assume you mean rtems-libbsd/waf_libbsd.py? Can’t figure out how to run that: + python3 /opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-libbsd/waf_libbsd.py configure --prefix=/opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-install/rt

Re: Waf's dependency on Python3

2019-03-20 Thread Adam Lindberg
I assume you mean rtems-libbsd/waf_libbsd.py? Can’t figure out how to run that: + python3 /opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-libbsd/waf_libbsd.py configure --prefix=/opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-install/rtems/5/ --rtems-bsps=arm/atsamv --buildset=/

Re: Waf's dependency on Python3

2019-03-20 Thread Sebastian Huber
On 20/03/2019 14:00, Adam Lindberg wrote: I’m having less luck using Python 3 on macOS 10.14 (via Hombrew): + python3/opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-install/rtems/5//bin/waf configure --prefix=/opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-install/rtems/5/ --r

Re: Waf's dependency on Python3

2019-03-20 Thread Adam Lindberg
I’m having less luck using Python 3 on macOS 10.14 (via Hombrew): + python3 /opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-install/rtems/5//bin/waf configure --prefix=/opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-install/rtems/5/ --rtems-bsps=arm/atsamv --buildset=/opt/grisp/

Re: usart read variable string

2019-03-20 Thread Joel Sherrill
On Wed, Mar 20, 2019, 4:48 AM 787562067 wrote: > Hi all > I want to read usart variable string, but only find an API int > usart_read_polled(int minor) > > is there a simple method to

Re: Waf's dependency on Python3

2019-03-20 Thread Adam Lindberg
Good catch! Suspiciously close to .h and .o :-/ Looking forwards to a solution. Glad to know I’m not the only one having the problem. Cheers, Adam -- Adam Lindberg Senior Developer +49 8135 69492 90 Peer Stritzinger GmbHGeschäftsführer: Peer Stritzinger Aumüllerstr. 14 Handelsregi

Re: Waf error building rtems-libbsd on macOS 10.14

2019-03-20 Thread Adam Lindberg
I tried building our project in a completely clean macOS VM and that seems to work. In my current environment I reduced the Homebrew packages to: bat pcre bison pcre2 exa python@2 flex

usart read variable string

2019-03-20 Thread 787562067
Hi all I want to read usart variable string, but only find an API int usart_read_polled(int minor) is there a simple method to do this like using the idle interrupt___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Small Projects - adding example uses to API manual

2019-03-20 Thread Omar Shafik
I have questions regarding the proposed project of adding example uses to API manual. 1. I didn't quite understand where the example uses are supposed to be added, in the User Manual or the API manual? 2. The description states that the project is divided into two parts, the first is theoretical ex