The main problem
When assembling your first programs with AS, and linking it to external libraries like this :
armv7a-hardfloat-linux-gnueabi-as -o test.o test.S
armv7a-hardfloat-linux-gnueabi-ld.gold --hash-style=sysv -o test test.o -lc
You might be confronted…