[RTEMS Project] #3742: T_config conflicting type qualifiers for 'config'
RTEMS trac
trac at rtems.org
Sat May 4 02:20:37 UTC 2019
#3742: T_config conflicting type qualifiers for 'config'
--------------------------+--------------------
Reporter: Chris Johns | Owner: joel@…
Type: defect | Status: new
Priority: normal | Milestone: 5.1
Component: test | Version: 5
Severity: normal | Keywords:
Blocked By: | Blocking:
--------------------------+--------------------
Running the `rtems-bsp-builder` on FreeBSD is give an error in `ttest01`
for bsps:
- `arm/csb336`
- `arm/csb337`
- `arm/csb637`
- `arm/kit637_v6`
- `mips/csb350`
The error being reported is:
{{{
error: testsuites/libtests/ttest01/init.c:146:23: error: conflicting type
qualifiers for 'config'
}}}
The builder command line is:
{{{
/opt/work/chris/rtems/rt/rtems-tools.git/tester/rtems-bsp-builder \
--rtems-tools=/opt/work/rtems/5 \
--rtems=/opt/work/chris/rtems/kernel/rtems.git \
--log=everything-tests \
--profile=everything \
--build=tests \
--jobs=7/6
}}}
A BSP configure command line is:
{{{
/opt/work/chris/rtems/kernel/rtems.git/configure \
--target=mips-rtems5 --enable-rtemsbsp=csb350 --prefix=/opt/rtems/5 \
--enable-tests --disable-smp
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3742>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list