[Bug 1735] New: lpc2362 fails to build libtests/math
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Wed Feb 2 05:15:57 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1735
Summary: lpc2362 fails to build libtests/math
Product: RTEMS
Version: 4.10
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: normal
Priority: P3
Component: bsps
AssignedTo: joel.sherrill at oarcorp.com
ReportedBy: ralf.corsepius at rtems.org
I am facing a new build breakdown, in a recently added testsuite:
The lpc2362 fails to build libtests/math on both rtems-4.11 and rtems-4.10:
rtems-4.11 breakdown:
# arm-rtems4.11-gcc -B../../../../../lpc2362/lib/ -specs bsp_specs -qrtems
-mstructure-size-boundary=8 -mcpu=arm7tdmi-s -mfpu=vfp -mfloat-abi=soft -mthumb
-fno-schedule-insns2 -Os -g -Wall -Wimplicit-function-declaration
-Wstrict-prototypes -Wnested-externs -mstructure-size-boundary=8
-mcpu=arm7tdmi-s -mfpu=vfp -mfloat-abi=soft -mthumb -fno-schedule-insns2
-fno-builtin -o math.exe math-init.o math-domath.o math-domathf.o
math-domathl.o -lm
/opt/rtems-4.11/lib/gcc/arm-rtems4.11/4.5.2/../../../../arm-rtems4.11/bin/ld:
math.exe section `.text' will not fit in region `ROM_INT'
/opt/rtems-4.11/lib/gcc/arm-rtems4.11/4.5.2/../../../../arm-rtems4.11/bin/ld:
region `ROM_INT' overflowed by 36952 bytes
collect2: ld returned 1 exit status
gmake[3]: *** [math.exe] Error 1
rtems-4.10 breakdown:
# arm-rtems4.10-gcc -B../../../../../lpc2362/lib/ -specs bsp_specs -qrtems
-mstructure-size-boundary=8 -mcpu=arm7tdmi-s -mfpu=vfp -mfloat-abi=soft -mthumb
-fno-schedule-insns2 -Os -g -Wall -Wimplicit-function-declaration
-Wstrict-prototypes -Wnested-externs -mstructure-size-boundary=8
-mcpu=arm7tdmi-s -mfpu=vfp -mfloat-abi=soft -mthumb -fno-schedule-insns2
-fno-builtin -o math.exe math-init.o math-domath.o math-domathf.o
math-domathl.o -lm
/opt/rtems-4.10/lib/gcc/arm-rtems4.10/4.4.5/../../../../arm-rtems4.10/bin/ld:
math.exe section `.text' will not fit in region `ROM_INT'
/opt/rtems-4.10/lib/gcc/arm-rtems4.10/4.4.5/../../../../arm-rtems4.10/bin/ld:
region `ROM_INT' overflowed by 43104 bytes
collect2: ld returned 1 exit status
gmake[3]: *** [math.exe] Error 1
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list