#3128 closed defect (fixed)

RTEMS Tools corvar does not build on Windows.

Reported by: Chris Johns Owned by: chrisj@…
Priority: high Milestone: 5.1
Component: tool Version: 5
Severity: blocker Keywords: RTP
Cc: Blocked By:
Blocking:

Description

The following error has appeared on Windows:

In file included from ../rtemstoolkit/elftoolchain/libelf/gelf.h:34:0,
                 from ../rtemstoolkit/rld-elf-types.h:29,
                 from ../rtemstoolkit/rld.h:72,
                 from ../rtemstoolkit/rld-process.h:31,
                 from ../tester/covoar/ObjdumpProcessor.h:16,
                 from ../tester/covoar/DesiredSymbols.h:18,
                 from ../tester/covoar/app_common.h:6,
                 from ../tester/covoar/app_common.cc:40:
../rtemstoolkit/elftoolchain/libelf/libelf.h:33:23: fatal error: sys/queue.h: No such file or directory
 #include <sys/queue.h>
                       ^
compilation terminated.

Waf: Leaving directory `D:/opt/rtems/rsb.git/rtems/build/rtH/rtems-tools.git/build'

Change History (2)

comment:1 Changed on 09/10/17 at 21:15:44 by Chris Johns <chrisj@…>

Resolution: fixed
Status: newclosed

In cb0677b/rtems-tools:

Add Windows includes so the rtemstoolkit builds.

Closes #3128.

comment:2 Changed on 11/09/17 at 06:27:14 by Sebastian Huber

Milestone: 4.12.05.1

Milestone renamed

Note: See TracTickets for help on using tickets.