Hi,
I am a little bit confused on building the lib for an not-gcc cross-compiler.
workflow:
configure for target cpu/system
a) compile with gcc and build lib up
OR
b) compile with cross-compiler configured to output an lib
use cross-compiler with invoked lib (and header) ...
what is the right way?
regards..