<div dir="ltr">When I use the above branch I get the following error on './waf install ' -<div><br></div><div>Build failed<br>Traceback (most recent call last):<br>  File "/home/utkarsh/new_build/rtems/.waf-2.0.20-36f5354d605298f6a89c09e0c7ef6c1d/waflib/Task.py", line 180, in process<br>    ret=self.run()<br>  File "/home/utkarsh/new_build/rtems/.waf-2.0.20-36f5354d605298f6a89c09e0c7ef6c1d/waflib/Build.py", line 554, in run<br>    x.parent.mkdir()<br>  File "/home/utkarsh/new_build/rtems/.waf-2.0.20-36f5354d605298f6a89c09e0c7ef6c1d/waflib/Node.py", line 179, in mkdir<br>    self.parent.mkdir()<br>  File "/home/utkarsh/new_build/rtems/.waf-2.0.20-36f5354d605298f6a89c09e0c7ef6c1d/waflib/Node.py", line 179, in mkdir<br>    self.parent.mkdir()<br>  File "/home/utkarsh/new_build/rtems/.waf-2.0.20-36f5354d605298f6a89c09e0c7ef6c1d/waflib/Node.py", line 179, in mkdir<br>    self.parent.mkdir()<br>  File "/home/utkarsh/new_build/rtems/.waf-2.0.20-36f5354d605298f6a89c09e0c7ef6c1d/waflib/Node.py", line 179, in mkdir<br>    self.parent.mkdir()<br>  File "/home/utkarsh/new_build/rtems/.waf-2.0.20-36f5354d605298f6a89c09e0c7ef6c1d/waflib/Node.py", line 179, in mkdir<br>    self.parent.mkdir()<br>  File "/home/utkarsh/new_build/rtems/.waf-2.0.20-36f5354d605298f6a89c09e0c7ef6c1d/waflib/Node.py", line 188, in mkdir<br>    raise Errors.WafError('Could not create the directory %r'%self)<br>WafError: Could not create the directory /opt/rtems<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 3, 2020 at 9:42 PM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 03/08/2020 16:41, Utkarsh Rai wrote:<br>
<br>
> Hello,<br>
> I have been trying out the new build system. Unfortunately, while <br>
> building for the realview_pbx_a9 BSP I get the following error on ' <br>
> ./waf install '  -<br>
><br>
> "<br>
> Waf: Entering directory `/home/utkarsh/new_build/rtems/build'<br>
> Waf: Leaving directory `/home/utkarsh/new_build/rtems/build'<br>
> 'install' finished successfully (0.289s)<br>
> Waf: Entering directory <br>
> `/home/utkarsh/new_build/rtems/build/arm/realview_pbx_a9_qemu'<br>
> Waf: Leaving directory <br>
> `/home/utkarsh/new_build/rtems/build/arm/realview_pbx_a9_qemu'<br>
><br>
> source not found: 'cpukit/include/rtems/system.h' in bld(target='', <br>
> idx=59, install_task=<br>
>  {task 139909380107600: inst  -> }, dest='${BSP_INCLUDEDIR}/rtems', <br>
> tg_idx_count=59, meths=['process_install_task', 'process_rule', <br>
> 'process_source'], _name='', source=[], <br>
> install_to='${BSP_INCLUDEDIR}/rtems', <br>
> path=/home/utkarsh/new_build/rtems, <br>
> install_from=['cpukit/include/rtems/assoc.h'<br>
> [...]<br>
> "<br>
> My config.ini file has all the contents of  './waf bsp_defaults <br>
> --rtems-bsps=arm/realview_pbx_a9'. Can you please point out my mistake?<br>
I stopped to maintain the build branch.<br>
<br>
Could you please use this branch:<br>
<br>
<a href="https://git.rtems.org/sebh/rtems.git/log/?h=build-2" rel="noreferrer" target="_blank">https://git.rtems.org/sebh/rtems.git/log/?h=build-2</a><br>
<br>
Using the new build system in the current state is not really advisable. <br>
I will do forced pushes to the build-2 branch.<br>
<br>
</blockquote></div>