hi, guys:
Currently, i want to execute a Cotex-A9 binary compiled by ARMCC on Juno board(OS is linux).
But when i ran it, it reported that "XX: No such file or directory".
My questions are:
(1) Did somebody meet this problem before ?
and could you show me how to fix it ?
(2) I only tried the Linux system, is it same with Android ?
or we need another policy to fix the problem in Android ?
thanks ahead.
i get the answer from ARM support:
(1) we must use linaro gcc to comple the 32bit binary.
(2) load the 32bit loader into the juno board.
then we could run it.