Snapdragon

2018-06-22 Thread mbenson
Has anybody ported RTEMS to the Qualcomm Snapdragon? Sent from my iPhone ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re: Error building libbsd

2018-06-22 Thread Christian Mauderer
Hello Niko, Am 22.06.2018 um 13:23 schrieb Nicolas Tsiogkas: > Hi, > > waf was downloaded by the website (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. > > running also with waf-2.0.4 which used to work

Re: Error building libbsd

2018-06-22 Thread Nicolas Tsiogkas
Hi, waf was downloaded by the website (waf.io) niko@im-desktop-021:~/sandbox/rtems-libbsd$ which waf-2.0.8 /home/niko/.local/bin/waf-2.0.8 running also with waf-2.0.4 which used to work gives the same error ~/sandbox/rtems-libbsd$ waf-2.0.8 -v Could not create the directory ///h ~/sandbox/rtem

Re: Error building libbsd

2018-06-22 Thread Christian Mauderer
Hello Niko, from a quick glance, everything till the waf call looks good. What is really odd is the output of the last waf-2.0.8 call. There should be a lot more output starting with something like Waf: Entering directory `/home/EB/christian_m/Projekte/some-project/rtems-libbsd/build/arm-rte

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 the changes. > >

Re: Error building libbsd

2018-06-22 Thread Nicolas Tsiogkas
Hi Christian, it is a fresh clone. Although I had a previous build with 4.11 I decided try from scratch given the changes. Error is during the build. I'm configuring normally and when I try to waf it then it fails. Is there any way to increase the verbosity? I will repeat all the process from sc

Re: how to use system function to execute the script

2018-06-22 Thread Chris Johns
On 22/06/2018 17:05, bin.w...@qkmtech.com wrote: > > where is rtems_shell_execute_cmd function defined? > You can search the headers with: $ grep -r rtems_shell_execute_cmd cpukit/include It is here: https://git.rtems.org/rtems/tree/cpukit/include/rtems/shell.h#n144 Chris __

Re: Re: how to use system function to execute the script

2018-06-22 Thread bin.w...@qkmtech.com
hi chris where is rtems_shell_execute_cmd function defined? best ben bin.w...@qkmtech.com From: Chris Johns Date: 2018-06-22 13:07 To: bin.w...@qkmtech.com; Users Subject: Re: how to use system function to execute the script On 22/06/2018 14:44, bin.w...@qkmtech.com wrote: > hi everyone: >