Skip to content

Instantly share code, notes, and snippets.

@victoredwardocallaghan
Created December 3, 2014 06:27
Show Gist options
  • Save victoredwardocallaghan/0953ac367afaa696c8be to your computer and use it in GitHub Desktop.
Save victoredwardocallaghan/0953ac367afaa696c8be to your computer and use it in GitHub Desktop.
clang -target armv7a-linux-eabi -no-integrated-as -Qunused-arguments -ccc-gcc-name /home/edward/coreboot/util/crossgcc/xgcc/bin/armv7-a-eabi-gcc -m32 -MMD -pipe -g -nostdinc -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wstrict-aliasing -Wshadow -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer -Os -mno-unaligned-access -ffunction-sections -fdata-sections -Isrc -Isrc/include -Ibuild -Isrc/device/oprom/include -include src/include/kconfig.h -Isrc/arch/arm/include -D__PRE_RAM__ -march=armv7-a -mthumb -Isrc/arch/arm/include/armv7/ -D__COREBOOT_ARM_ARCH__=7 -c -o build/mainboard/cubietech/cubieboard/static.romstage.o build/mainboard/cubietech/cubieboard/static.c
/usr/bin/as: unrecognized option '-mfpu=neon'
clang-3.6: error: assembler command failed with exit code 1 (use -v to see invocation)
Makefile.inc:368: recipe for target 'build/mainboard/cubietech/cubieboard/static.romstage.o' failed
make: *** [build/mainboard/cubietech/cubieboard/static.romstage.o] Error 1
edward@sundancekid:~/coreboot$
edward@sundancekid:~/coreboot$ clang -v -target armv7a-linux-eabi -no-integrated-as -Qunused-arguments -ccc-gcc-name /home/edward/coreboot/util/crossgcc/xgcc/bin/armv7-a-eabi-gcc -m32 -MMD -pipe -g -nostdinc -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wstrict-aliasing -Wshadow -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer -Os -mno-unaligned-access -ffunction-sections -fdata-sections -Isrc -Isrc/include -Ibuild -Isrc/device/oprom/include -include src/include/kconfig.h -Isrc/arch/arm/include -D__PRE_RAM__ -march=armv7-a -mthumb -Isrc/arch/arm/include/armv7/ -D__COREBOOT_ARM_ARCH__=7 -c -o build/mainboard/cubietech/cubieboard/static.romstage.o build/mainboard/cubietech/cubieboard/static.c
clang version 3.6.0 (trunk 223056)
Target: armv7a--linux-eabi
Thread model: posix
Found candidate GCC installation: /usr/lib/gcc/arm-linux-gnueabi/4.9
Found candidate GCC installation: /usr/lib/gcc/arm-linux-gnueabi/4.9.1
"/usr/local/bin/clang-3.6" -cc1 -triple thumbv7--linux-eabi -S -disable-free -disable-llvm-verifier -main-file-name static.c -mrelocation-model static -mthread-model posix -fmath-errno -masm-verbose -no-integrated-as -mconstructor-aliases -target-cpu cortex-a8 -target-feature +soft-float-abi -target-abi aapcs -mfloat-abi soft -backend-option -arm-strict-align -v -g -dwarf-column-info -ffunction-sections -fdata-sections -coverage-file /home/edward/coreboot/build/mainboard/cubietech/cubieboard/static.romstage.o -nostdsysteminc -nobuiltininc -resource-dir /usr/local/bin/../lib/clang/3.6.0 -dependency-file build/mainboard/cubietech/cubieboard/static.romstage.d -MT build/mainboard/cubietech/cubieboard/static.romstage.o -include src/include/kconfig.h -D __PRE_RAM__ -D __COREBOOT_ARM_ARCH__=7 -I src -I src/include -I build -I src/device/oprom/include -I src/arch/arm/include -I src/arch/arm/include/armv7/ -Os -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wstrict-aliasing -Wshadow -fconst-strings -fno-dwarf-directory-asm -fdebug-compilation-dir /home/edward/coreboot -ferror-limit 19 -fmessage-length 211 -ffreestanding -mstackrealign -fno-builtin -fno-signed-char -fobjc-runtime=gcc -fno-common -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o /tmp/static-5b610b.s -x c build/mainboard/cubietech/cubieboard/static.c
clang -cc1 version 3.6.0 based upon LLVM 3.6.0svn default target x86_64-unknown-linux-gnu
#include "..." search starts here:
#include <...> search starts here:
src
src/include
build
src/device/oprom/include
src/arch/arm/include
src/arch/arm/include/armv7
End of search list.
"/usr/bin/as" -mfpu=neon -mfloat-abi=softfp -march=armv7-a -o build/mainboard/cubietech/cubieboard/static.romstage.o /tmp/static-5b610b.s
/usr/bin/as: unrecognized option '-mfpu=neon'
clang-3.6: error: assembler command failed with exit code 1 (use -v to see invocation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment