[RTEMS Project] #2578: rtems-tools configure fails for Cxc builds
RTEMS trac
trac at rtems.org
Sun Feb 7 13:18:50 UTC 2016
#2578: rtems-tools configure fails for Cxc builds
---------------------+--------------------
Reporter: mgruber | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 4.11.1
Component: tools | Version: 4.11
Severity: blocker | Keywords:
---------------------+--------------------
Building rtems-tools for Cxc builds:
{{{
git checkout -b 4.11 origin/4.11 \
&& source-builder/sb-check \
&& cd rtems \
&& ../source-builder/sb-set-builder \
--log=rsb-powerpc-rtems4.11-mingw.txt \
--prefix=/opt/powerpc-rtems4.11-mingw \
--host=i686-w64-mingw32 \
--bset-tar-files \
4.11/rtems-powerpc
}}}
dies at configuring package rtems-tools-4.11-1:
{{{
config: tools/rtems-tools-4.11-1.cfg
package: rtems-tools-4.11-1
...
+ echo ==> %build:
==> %build:
+ pwd
+ build_top=/tmp/rtems-source-builder/rtems/build/rtems-tools-4.11-1
+ test x86_64-linux-gnu != i686-w64-mingw32
+ RT_HOST=-host=i686-w64-mingw32
+ cd rtems-tools-4.11
+ ./waf configure -host=i686-w64-mingw32
+ --prefix=/opt/powerpc-rtems4.11-mingw
waf [commands] [options]
Main commands (example: ./waf build -j4)
build : executes the build
clean : cleans the project
...
+ ./waf
The project was not configured: run "waf configure" first!
shell cmd failed: /bin/sh -ex /tmp/rtems-source-builder/rtems/build
/rtems-tools-4.11-1/doit
error: building rtems-tools-4.11-1
See error report: rsb-report-rtems-tools-4.11-1.txt
}}}
This is due to the -host command line argument, which is missing a hyphen.
I sent a patch to the mailing list:
https://lists.rtems.org/pipermail/devel/2016-January/013348.html
--
Ticket URL: <http://devel.rtems.org/ticket/2578>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list