Re: libbsd: Argument list too long

2016-06-16 Thread Chris Johns
On 16/06/2016 18:16, Sebastian Huber wrote: With this patch it works now on msys2. Great. I have confirmed cygwin's python will return 'cygwin' so this change is ok. I will push it and update libbsd. Thanks for testing and the feedback. Chris ___

Re: libbsd: Argument list too long

2016-06-16 Thread Sebastian Huber
With this patch it works now on msys2. On 16/06/16 09:04, Chris Johns wrote: I still get the following error: You need to run configure to make it work. Did you run configure again? It will show if long commands are enabled. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr.

Re: libbsd: Argument list too long

2016-06-16 Thread Chris Johns
On 16/06/2016 16:14, Sebastian Huber wrote: The attached patch is necessary for msys2. That is strange. I will take a look. I still get the following error: You need to run configure to make it work. Did you run configure again? It will show if long commands are enabled. Chris _

Re: libbsd: Argument list too long

2016-06-15 Thread Sebastian Huber
The attached patch is necessary for msys2. I still get the following error: Waf: Entering directory `/c/rtems-setup-gd/home/rtems-libbsd/build/powerpc-rtems4.12-qoriq_t4240rdb' [885/955] Linking build/powerpc-rtems4.12-qoriq_t4240rdb/libbsd.a 07:47:25 runner ['/opt/rtems-4.12/bin/powerpc-rtems

Re: libbsd: Argument list too long

2016-06-15 Thread Chris Johns
On 15/06/2016 18:17, Chris Johns wrote: My understand is we get to decide. I am happy to see if adding this to the rtems_waf support can work and so it becomes a configuration parameter for libbsd to rtems_waf. If RTEMS supports clang in the future then rtems_waf can be taught to handle that case

Re: libbsd: Argument list too long

2016-06-15 Thread Chris Johns
On 06/14/16 17:48, Sebastian Huber wrote: On 14/06/16 09:39, Chris Johns wrote: On 14/06/2016 16:27, Sebastian Huber wrote: On 13/06/16 09:25, Sebastian Huber wrote: I created a waf ticket for this: https://github.com/waf-project/waf/issues/1756 There exists a workaround for this problem.

Re: libbsd: Argument list too long

2016-06-14 Thread Sebastian Huber
On 14/06/16 09:39, Chris Johns wrote: On 14/06/2016 16:27, Sebastian Huber wrote: On 13/06/16 09:25, Sebastian Huber wrote: I created a waf ticket for this: https://github.com/waf-project/waf/issues/1756 There exists a workaround for this problem. Should we add the "waf" script equipped wi

Re: libbsd: Argument list too long

2016-06-14 Thread Chris Johns
On 14/06/2016 16:27, Sebastian Huber wrote: On 13/06/16 09:25, Sebastian Huber wrote: I created a waf ticket for this: https://github.com/waf-project/waf/issues/1756 There exists a workaround for this problem. Should we add the "waf" script equipped with this workaround to the libbsd? We s

Re: libbsd: Argument list too long

2016-06-13 Thread Sebastian Huber
On 13/06/16 09:25, Sebastian Huber wrote: I created a waf ticket for this: https://github.com/waf-project/waf/issues/1756 There exists a workaround for this problem. Should we add the "waf" script equipped with this workaround to the libbsd? -- Sebastian Huber, embedded brains GmbH Address

Re: libbsd: Argument list too long

2016-06-13 Thread Sebastian Huber
I created a waf ticket for this: https://github.com/waf-project/waf/issues/1756 On 10/06/16 18:20, Joel Sherrill wrote: On Jun 10, 2016 9:16 AM, "Sebastian Huber" > wrote: > > Hello, > > I added the NFSv3 client to libbsd which has now 884 files fo

Re: libbsd: Argument list too long

2016-06-10 Thread Joel Sherrill
On Jun 10, 2016 9:16 AM, "Sebastian Huber" < sebastian.hu...@embedded-brains.de> wrote: > > Hello, > > I added the NFSv3 client to libbsd which has now 884 files for the libbsd.a library. On msys2 this leads to an "Argument list too long" error during library creation. Is there a way to fix this in

libbsd: Argument list too long

2016-06-10 Thread Sebastian Huber
Hello, I added the NFSv3 client to libbsd which has now 884 files for the libbsd.a library. On msys2 this leads to an "Argument list too long" error during library creation. Is there a way to fix this in waf, e.g. you can pass the files to GNU ld via an input file instead of the argument list