[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Build Environment issue
From: |
kunal patel |
Subject: |
Build Environment issue |
Date: |
Wed, 13 Feb 2013 13:40:03 -0800 (PST) |
Hi,
I am having some build environment issue and I wanted to understand what might
be causing it. I am building the same source code base (A large C code) and
what I am seeing is in my case linker is not getting invoked after XML parsing
(Please see below). Here is the snapshot of my log and my peer's log. For some
reason linker is not getting invoked in my case which is causing the failure of
detecting link failure.
Please let me know if any other information is required
Regards,
Patel
MY Peer's LOG
-----------------
echo -en " XML cmn/devCert/deviceCert.xml\n";
/data/dev/verify63x0/tools/bin/make -C /data/dev/verify63x0/cmn/syslogutils
STOP_RECURSION_HERE=1 GENLOGS=1
XMLFILE=/data/dev/verify63x0/cmn/devCert/deviceCert.xml all
XML cmn/devCert/deviceCert.xml
./parselogxmlwrap
/data/dev/verify63x0/tools/bin/make STOP_RECURSION_HERE=1
DEV_CERT_LIBRARY=yes
XML cmn/devCert/deviceCert.xml
/data/dev/verify63x0/tools/nebbiolo/toolchains/mipscross-1.00/crosstool/gcc-3.4.3-glibc-2.3.6/mipsisa32-xlr-linux//bin/mipsisa32-xlr-linux-gcc
-B/data/dev/verify63x0/tools/nebbiolo/toolchains/mipscross-1.00/crosstool/gcc-3.4.3-glibc-2.3.6/mipsisa32-xlr-linux/
-B/data/dev/verify63x0/tools/nebbiolo/toolchains/mipscross-1.00/crosstool/gcc-3.4.3-glibc-2.3.6/mipsisa32-xlr-linux//lib
-ggdb
-Wl,-rpath-link /data/dev/verify63x0/usr/lib/xyz/nebbiolo_obj/ -Wl,-rpath-link
/data/dev/verify63x0/tools/nebbiolo/toolchains/mipscross-1.00/crosstool/gcc-3.4.3-glibc-2.3.6/mipsisa32-xlr-linux//lib
-shared -Wl,--no-undefined -Wl,--fatal-warnings -o nebbiolo_obj/libdevCert.so
-Wl,--whole-archive
nebbiolo_obj/libdevCert.al \
-Wl,--no-whole-archive
-L/data/dev/verify63x0/openssl/nebbiolo_obj/
-L/data/dev/verify63x0/cmn/openssl-ext/nebbiolo_obj/
-L/data/dev/verify63x0/usr/lib/xyz/nebbiolo_obj/ -lcmnutil -lcrypto -loem
-lopenssl-ext
mkdir -p /data/dev/verify63x0/usr/lib/xyz/nebbiolo_obj/
/data/dev/verify63x0/tools/bin/install -p
nebbiolo_obj/libdevCert.so /data/dev/verify63x0/usr/lib/xyz/nebbiolo_obj/
/data/dev/verify63x0/tools/bin/make STOP_RECURSION_HERE=1
DEV_CERT_LIB_INIT=yes
XML cmn/devCert/deviceCert.xml
echo -en " CC cmn/devCert/devLibInit.c\n";
/data/dev/verify63x0/tools/nebbiolo/toolchains/mipscross-1.00/crosstool/gcc-3.4.3-glibc-2.3.6/mipsisa32-xlr-linux//bin/mipsisa32-xlr-linux-gcc
-B/data/dev/verify63x0/tools/nebbiolo/toolchains/mipscross-
My LOG
-------------
echo -en
" XML cmn/devCert/deviceCert.xml\n";
/data/dev/verify63x0/tools/bin/make -C /data/dev/verify63x0/cmn/syslogutils
STOP_RECURSION_HERE=1 GENLOGS=1
XMLFILE=/data/dev/verify63x0/cmn/devCert/deviceCert.xml all
XML cmn/devCert/deviceCert.xml
./parselogxmlwrap
/data/dev/verify63x0/tools/bin/make STOP_RECURSION_HERE=1
DEV_CERT_LIBRARY=yes
XML cmn/devCert/deviceCert.xml
echo -en
" CC cmn/devCert/deviceCertInit.c\n";
/data/views/patel-build/tools/nebbiolo/toolchains/mipscross-1.00/crosstool/gcc-3.4.3-glibc-2.3.6/mipsisa32-xlr-linux//bin/mipsisa32-xlr-linux-gcc
-B/data/views/patel-build/tools/nebbiolo/toolchains/mipscross-1.00/crosstool/gcc-3.4.3-glibc-2.3.6/mipsisa32-xlr-linux/
-B/data/views/patel-build/tools/nebbiolo/toolchains/mipscross-1.00/crosstool/gcc-3.4.3-glibc-2.3.6/mipsisa32-xlr-linux//lib
-c
deviceCertInit.c -D__SW_NAME__='"XyzOS"' -D__OEM__='"xyz"'
-D__OEM_xyz__ -DMIPS_XLR_PLATFORM -DNEB_EVAL_HW -I/data/views/patel-
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Build Environment issue,
kunal patel <=