Hello everyone,
I'm using the DS-5 Vybrid Tower System Starter Kit version 5.18.0 on Eclipse version 4.3.1 and I'm having some problems installing a new software which is the MQX Freescale software.
Indeed after downloading the latest version of…
When assembling your first programs with AS, and linking it to external libraries like this :
armv7a-hardfloat-linux-gnueabi-as -o test.o test.Sarmv7a-hardfloat-linux-gnueabi-ld.gold --hash-style=sysv -o test test.o -lc
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…