|
Re: Problem with dependency generation as sideeffect of build
|
09/21/2007 4:25 AM
post1481
|
Re: Problem with dependency generation as sideeffect of build
Below are the command string and its corresponding error messages..
/george
QCC -vv -Wp,-MMD,-MF,../../share/net/socketcallbacks.D -DUNIX -D_REENTRANT -DDEBUG=1 -D_DEBUG -D_PHOTON_ -I../../../..
-I../../../.. -I../.. -I../../../../platforms/photon -I/opt/qnx632/target/qnx6/usr/include/photon -V4.2.1,gcc_ntox86
-pipe -fcheck-new -fno-rtti -Wreturn-type -gstabs -c ../../share/net/socketcallbacks.cpp -o ../../share/net/
socketcallbacks.o
cc: looking for gcc_ntox86+debug in /opt/qnx632/host/linux/x86/etc/qcc/gcc/4.2.1/gcc_ntox86++.conf
cc: looking for gcc_ntox86+debug in /opt/qnx632/host/linux/x86/etc/qcc/gcc/4.2.1/gcc_ntox86.conf
/opt/qnx632/host/linux/x86/usr/lib/gcc/i386-pc-nto-qnx6.3.0/4.2.1/cc1plus -DUNIX -D_REENTRANT -DDEBUG=1 -D_DEBUG -
D_PHOTON_ -I../../../.. -I../../../.. -I../.. -I../../../../platforms/photon -I/opt/qnx632/target/qnx6/usr/include/
photon -gstabs -quiet -fno-var-tracking -fno-builtin -nostdinc -nostdinc++ -D__cplusplus -D__QNX__ -D__QNXNTO__ -
D__GNUC__=4 -D__GNUC_MINOR__=2 -D__GNUC_PATCHLEVEL__=1 -D__NO_INLINE__ -D__DEPRECATED -D__EXCEPTIONS -D__unix__ -D__unix
-D__ELF__ -D__X86__ -D__i386__ -D__LITTLEENDIAN__ -MMD -MF ../../share/net/socketcallbacks.D -fcheck-new -fno-rtti -
Wreturn-type -idirafter /opt/qnx632/target/qnx6/usr/include -isystem /opt/qnx632/host/linux/x86/usr/lib/gcc/i386-pc-nto-
qnx6.3.0/4.2.1/include -isystem /opt/qnx632/target/qnx6/usr/include/cpp/c -isystem /opt/qnx632/target/qnx6/usr/include/
cpp ../../share/net/socketcallbacks.cpp -dumpbase ../../share/net/socketcallbacks.cpp -o - | \
/opt/qnx632/host/linux/x86/usr/bin/ntox86-as-2.17 -o ../../share/net/socketcallbacks.o
cc1plus: error: ../../share/net/socketcallbacks.D: No such file or directory
cc: /opt/qnx632/host/linux/x86/usr/lib/gcc/i386-pc-nto-qnx6.3.0/4.2.1/cc1plus error 1
cc: unlinking ../../share/net/socketcallbacks.o
make: *** [../../share/net/socketcallbacks.o] Error 1
|
|
|