Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#4057 closed defect (fixed)

RSB 5/rtems-arm fails to build on Windows

Reported by: Chris Johns Owned by:
Priority: highest Milestone: 5.1
Component: tool/newlib Version: 5
Severity: critical Keywords:
Cc: Blocked By:
Blocking:

Description

In file included from ../../../../../../../../../../../gcc-7.5.0/newlib/libm/machine/arm/s_ceil.c:39:0:
../../../../../../../../../../../gcc-7.5.0/newlib/libm/machine/arm/../../math/s_ceil.c:23:10: fatal error: fdlibm.h: No such file or directory
 #include "fdlibm.h"
          ^~~~~~~~~~
compilation terminated.
make[9]: *** [Makefile:310: lib_a-s_ceil.o] Error 1
make[9]: *** Waiting for unfinished jobs....
In file included from ../../../../../../../../../../../gcc-7.5.0/newlib/libm/machine/arm/s_floor.c:39:0:
../../../../../../../../../../../gcc-7.5.0/newlib/libm/machine/arm/../../math/s_floor.c:65:10: fatal error: fdlibm.h: No such file or directory
 #include "fdlibm.h"
          ^~~~~~~~~~
compilation terminated.

Change History (1)

comment:1 Changed on 08/25/20 at 04:05:44 by Chris Johns

Resolution: fixed
Status: newclosed

I am going to close this. The issues I am seeing with rtems-release-test on Windows are related to file paths exceeding the maximum limit on Windows.

Note: See TracTickets for help on using tickets.