Hi
It looks all BSP bsets failed on the master like this:
RTEMS Source Builder - Set Builder, 6 (1ea1c9cdc563)
Build Set: 6/bsps/xilinx_zynq_zedboard
error: no build set file found: 6/bsps/xilinx_zynq_zedboard.bset
Mailing report: bu...@rtems.org
Traceback (most recent call last):
File "../sour
I reduced this just to:
---
[powerpc/qoriq_e6500_32_smp]
INHERIT = qoriq_e6500_32
RTEMS_SMP = True
---
And it breaks. If I don't use the INHERIT option, this works:
[powerpc/qoriq_e6500_32]
RTEMS_SMP = True
So the inheritance must not be picking something up.
On Sat, Sep 26, 2020 at 1:51 PM Geda
[DEFAULT]
BUILD_TESTS = True
[sparc/erc32]
[sparc64/usiii]
[powerpc/qoriq_e6500_32]
[powerpc/qoriq_e6500_32_smp]
INHERIT = qoriq_e6500_32
RTEMS_SMP = True
[powerpc/qoriq_e6500_64]
[powerpc/qoriq_e6500_64_smp]
INHERIT = qoriq_e6500_64
RTEMS_SMP = True
It breaks before I get to the _64 ones t
Why the __ around RTEMS_ADA and no other option?
I think the first order of business is to explain how to translate existing
configure and build steps to the new one. I think adding a simple example
with a couple of enable/disable and the corresponding waf would help. Every
user has to face this.
> On 26 Sep 2020, at 1:17 am, Sebastian Huber
> wrote:
>
> On 25/09/2020 17:12, Gedare Bloom wrote:
>
>>> +Migration from Autoconf/Automake
>>> +
>>> +
>>> +The Autoconf/Automake based build system used a ``configure`` command to
>>> +configure a single BSP and
On 25/09/2020 21:35, Gedare Bloom wrote:
When I build the qoriq_e6500_32 with SMP enabled in the new build
system, I hit this error:
[ 77/4070] Compiling bsps/powerpc/shared/cache/cache.c
In file included from ../../../bsps/powerpc/shared/cache/cache.c:319:
../../../bsps/powerpc/include/../../.