Opened 16 years ago

Closed 15 years ago

#196 closed task (fixed)

Procps Compilation Error on ARM in CLFS-Sysroot

Reported by: Joe Ciccone Owned by: clfs-commits@…
Priority: blocker Milestone: CLFS Sysroot 1.0.0
Component: BOOK Version: CLFS Sysroot 1.0.0
Keywords: Cc:

Description

Internal Compiler Seg Fault

Upstream Fixed the problem but not for GCC 4.3.2.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37220

Fixed in GCC 4.4.x.

Change History (3)

comment:1 by Joe Ciccone, 16 years ago

Priority: majorblocker

comment:2 by Joe Ciccone, 16 years ago

The error is:

arm-unknown-linux-gnu-gcc -D_GNU_SOURCE -I proc  -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -s  -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -fweb -frename-registers -fomit-frame-pointer -fno-inline-functions -c -o tload.o tload.c
tload.c:33: warning: redundant redeclaration of 'optind'
/mnt/clfs-sysroot-arm/usr/include/getopt.h:73: warning: previous declaration of 'optind' was here
tload.c:34: warning: redundant redeclaration of 'optarg'
/mnt/clfs-sysroot-arm/usr/include/getopt.h:59: warning: previous declaration of 'optarg' was here
tload.c: In function 'setsize':
tload.c:68: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [tload.o] Error 1

comment:3 by Joe Ciccone, 15 years ago

Resolution: fixed
Status: newclosed

Fixed with the update to GCC 4.4.x

Note: See TracTickets for help on using tickets.