cc1 caught signal 5

I uninstall 6.3.0SP3 because I could build anything, gcc was not working.

I made sure I followed the uninstall procedure properly. I re-install
6.3.0SP3 then IDE4, build a simple test sample. Every try to it try to
compile something, cc1 spits out “caught signal 5”,

From the command line I try to manually invoked qcc, I get:

C:\QNX630\ide4-workspace\try>qcc -V3.3.5,gcc_ntox86 -v -c test.c
cc: looking for gcc_ntox86 in
C:/QNX630/host/win32/x86/etc/qcc/gcc/3.3.5/gcc_ntox86++.conf
cc: looking for gcc_ntox86 in
C:/QNX630/host/win32/x86/etc/qcc/gcc/3.3.5/gcc_ntox86.conf
C:/QNX630/host/win32/x86/usr/lib/gcc-lib/i386-pc-nto-qnx6.3.0/3.3.5/cc1 -quiet
-nostdinc -D__LANGUAGE_C -D_LANGUAGE_C -D__QNX__ -D__QNXNTO__ -D__GNUC__=3
-D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=5 -D__unix__ -D__unix -D__ELF__ -D__X86__
-D__i386__ -D__LITTLEENDIAN__ -idirafter C:/QNX630/target/qnx6/usr/include
test.c -dumpbase test.c -o d:\Temp\2_qcc_2268\test.s
cc: C:/QNX630/host/win32/x86/usr/lib/gcc-lib/i386-pc-nto-qnx6.3.0/3.3.5/cc1
caught signal 5
cc: unlinking test.o
cc: unlinking d:\Temp\2_qcc_2268\test.s
cc: removing d:\Temp\2_qcc_2268

Note that it doesn’t matter if the file test.c exists or not

“Mario Charest” root@127.0.0.1 wrote in message
news:eqgjug$jmb$1@inn.qnx.com

I uninstall 6.3.0SP3 because I could build anything, gcc was not working.

I could NOT.

I made sure I followed the uninstall procedure properly. I re-install
6.3.0SP3 then IDE4, build a simple test sample. Every try to it try to
compile something, cc1 spits out “caught signal 5”,

From the command line I try to manually invoked qcc, I get:

C:\QNX630\ide4-workspace\try>qcc -V3.3.5,gcc_ntox86 -v -c test.c
cc: looking for gcc_ntox86 in
C:/QNX630/host/win32/x86/etc/qcc/gcc/3.3.5/gcc_ntox86++.conf
cc: looking for gcc_ntox86 in
C:/QNX630/host/win32/x86/etc/qcc/gcc/3.3.5/gcc_ntox86.conf
C:/QNX630/host/win32/x86/usr/lib/gcc-lib/i386-pc-nto-qnx6.3.0/3.3.5/cc1 -quiet
-nostdinc -D__LANGUAGE_C -D_LANGUAGE_C -D__QNX__ -D__QNXNTO__ -D__GNUC__=3
-D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=5 -D__unix__ -D__unix -D__ELF__
-D__X86__ -D__i386__ -D__LITTLEENDIAN__ -idirafter
C:/QNX630/target/qnx6/usr/include test.c -dumpbase test.c -o
d:\Temp\2_qcc_2268\test.s
cc:
C:/QNX630/host/win32/x86/usr/lib/gcc-lib/i386-pc-nto-qnx6.3.0/3.3.5/cc1
caught signal 5
cc: unlinking test.o
cc: unlinking d:\Temp\2_qcc_2268\test.s
cc: removing d:\Temp\2_qcc_2268

Note that it doesn’t matter if the file test.c exists or not