Hello, > The error is caused by the "bx pc, lr" instructions scattered through the > code.  I believe the dynamic link process is supposed to translate these > instructions into "mov pc, lr" as part of the relocation process but my > loader /lib/ld-2.11.2.so contains the dreaded bx instruction itself. > So have I missed a simple trick ? Could you try to pass to the linker the option Wl,fix-v4bx? Best regards