[LLVMbugs] [Bug 14308] New: clang frontend command failed due to signal on crosscompile

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Nov 9 17:32:53 PST 2012


http://llvm.org/bugs/show_bug.cgi?id=14308

             Bug #: 14308
           Summary: clang frontend command failed due to signal on
                    crosscompile
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: erik at arawix.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


1>  clang version 3.2 (trunk)
1>  Target: arm-apple-darwin9

See attached files. I am crosscompiling (host=win, target=iphone)

Can do a debug dump if needed.

Called:
Clang.exe -x c++ -o iOS/Debug/grgfx.o -DSPEEDTREERT_DYNAMIC_LIB -D_DEBUG -Wall
-marm -fno-strict-aliasing -fomit-frame-pointer -fno-exceptions -msoft-float
-fpic -fstack-protector -fno-rtti -fno-short-enums
-Ie:/OSX/Platform/iPhoneOS4.3.sdk/usr/include
-Ie:/OSX/Platform/iPhoneOS4.3.sdk/usr/gcc_include
-Ie:/OSX/Platform/iPhoneOS4.3.sdk/usr/include/c++/4.2.1
-Ie:/OSX/Platform/iPhoneOS4.3.sdk/usr/include/arm
-Ie:/OSX/Platform/iPhoneOS4.3.sdk/usr/include/c++/4.2.1/armv7-apple-darwin10
-DAPPLE -D__APPLE__ -D__APPLE_CPP__ -D__arm__ -D__ARM_ARCH_7A__ -D__ARM_EABI__
-target arm-apple-darwin9 -O0 -g -IE:/work/ionix/libs/ExoLib
-IE:/work/ionix/libs/ExoLib/src -IE:/work/ionix/libs/bullet/src
-IE:/work/ionix/libs/libsdl/include -fapple-pragma-pack 
-miphoneos-version-min=3.0.0  -c -MD ../graphics/grgfx.cpp

Final:
Clang.exe -cc1 -triple armv4t-apple-ios3.0.0 -emit-obj -mrelax-all
-disable-free -disable-llvm-verifier -main-file-name grgfx.cpp -pic-level 2
-relaxed-aliasing -masm-verbose -target-abi apcs-gnu -target-cpu arm7tdmi
-msoft-float -mfloat-abi soft -target-feature +soft-float -target-feature
+soft-float-abi -target-feature -neon -g -coverage-file
E:\work\ionix\libs\ExoLib\VC10Prj\iOS/Debug/grgfx.o -resource-dir
e:/OSX/Compiler/bin\..\lib\clang\3.2 -dependency-file iOS/Debug/grgfx.d -MT
iOS/Debug/grgfx.o -sys-header-deps -D SPEEDTREERT_DYNAMIC_LIB -D _DEBUG -D
APPLE -D __APPLE__ -D __APPLE_CPP__ -D __arm__ -D __ARM_ARCH_7A__ -D
__ARM_EABI__ -I e:/OSX/Platform/iPhoneOS4.3.sdk/usr/include -I
e:/OSX/Platform/iPhoneOS4.3.sdk/usr/gcc_include -I
e:/OSX/Platform/iPhoneOS4.3.sdk/usr/include/c++/4.2.1 -I
e:/OSX/Platform/iPhoneOS4.3.sdk/usr/include/arm -I
e:/OSX/Platform/iPhoneOS4.3.sdk/usr/include/c++/4.2.1/armv7-apple-darwin10 -I
E:/work/ionix/libs/ExoLib -I E:/work/ionix/libs/ExoLib/src -I
E:/work/ionix/libs/bullet/src -I E:/work/ionix/libs/libsdl/include
-fmodule-cache-path C:\Users\evangrun\AppData\Local\Temp\clang-module-cache
-IC:\Program Files (x86)\Intel\Compiler\11.0\061\cpp\mkl\include -O0 -Wall
-fdeprecated-macro -ferror-limit 19 -fmessage-length 0 -stack-protector 1
-mstackrealign -fblocks -fblocks-runtime-optional -fno-rtti
-fobjc-runtime=ios-3.0.0 -fobjc-default-synthesize-properties -fsjlj-exceptions
-fdiagnostics-show-option -fapple-pragma-pack -o iOS/Debug/grgfx.o -x c++
../graphics/grgfx.cpp

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list