I have implementation the ZStack-Lighting-1.0.1 Remote project on ubuntu 13.04 via CC2531 USB Dongle by follow this web:
And I want to implementation this project on Android x86 arm linux.
I use arm-linux-gnueabi-gcc to compile this C code on my ubuntu 13.04 by follow the web, and copy .c, .o, .bin file to Android x86 arm linux.
I enter the Android, and press "Alt + F1" to enter arm linux.
But, when I type "./zllController.bin /dev/ttyUSB0". It has error message "not executable: magic 7F45"
What should I type after "arm-linux-gnueabi-gcc" to compile the code?
What should I do?