Skip to content

Instantly share code, notes, and snippets.

@yamori813
Created June 11, 2016 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamori813/3de6facb0d75380bede0f311563ad844 to your computer and use it in GitHub Desktop.
Save yamori813/3de6facb0d75380bede0f311563ad844 to your computer and use it in GitHub Desktop.
===> lib/csu/arm (all)
cc -O -pipe -I/storage/home/hiroki/freebsd/lib/csu/arm/../common -I/storage/ho
me/hiroki/freebsd/lib/csu/arm/../../libc/include -march=armv4 -std=gnu99 -Wsys
tem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prot
otypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-st
rings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winli
ne -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -
Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable
-Qunused-arguments -mlong-calls -S -o crt1.s /storage/home/hiroki/freebsd/lib/c
su/arm/crt1.c
sed -i "" -e '/¥.note¥.tag/s/progbits/note/' crt1.s
cc -c -o crt1.o crt1.s
crt1.s:259:2: error: instruction requires: thumb
bx r0
^
*** Error code 1
Stop.
bmake[6]: stopped in /storage/home/hiroki/freebsd/lib/csu/arm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment