On Sat, Oct 17, 2015 at 11:19 AM, <javaid.sal...@gmail.com> wrote:

> void main(void) { asm("mov r0,r0"); }
>

You are trying to use ARM machine language. If you run this on a PC with
the x86 GCC you get the error you reported. You need to either use ARM
cross-compiler on the PC or compile it on the ARM platform (beaglebone).

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to