Build of example fails with waf
Chris Johns
chrisj at rtems.org
Thu Aug 25 06:01:02 UTC 2016
On 25/08/2016 3:51 PM, Gene Smith wrote:
> Please ignore more first post!
Will do :)
>
> I realized I needed to run "waf configure ..." from the top level of
> examples-v2/ but first have to
>
> git submodule init
> git submodule update
>
> which puts stuff into the examples-v2/rtems-waf directory.
>
Great.
> Now when I run the configure I see:
>
> [gene at hplt examples-v2]$ waf configure
> --rtems=/home/gene/rtems/install/4.12/bsps
> --rtems-tools=/home/gene/rtems/install/4.12/tools/
> --rtems-bsps=arm/stm32f4 --rtems-archs=arm
> Setting top to : /home/gene/rtems/examples-v2
> Setting out to :
> /home/gene/rtems/examples-v2/build
> Could not find any architectures
> (complete log in /home/gene/rtems/examples-v2/build/config.log)
>
> Searching for this error, all I see is that "tools without a version are
> not supported". I built and installed the tools with RSB and they seems
> to be present and have a version, e.g., under the --rtems-tools there
> are files like:
>
> bin/arm-rtems4.12-gcc-6.1.1
> bin/arm-rtmes4.12-gcc
> etc.
>
What happens if you remove --rtems-archs=arm from the configure command
line and just specify the BSP? The BSP name includes the arch.
Chris
More information about the users
mailing list