Re: [beagleboard] Cross-compiling for the BBB running on Debian

2013-10-21 Thread kavitha bk
Try arm-unknown-linux-gnueabihf-gcc helloworld.c -o helloworld. Thanks Kavitha On Tue, Oct 22, 2013 at 8:38 AM, Robert Nelson wrote: > > On Oct 21, 2013 9:47 PM, wrote: > > > > I compiled a simple Hello World on my host (Ubuntu) with: > > > > arm-linux-gnueabi-gcc helloworld.c -o helloworld. >

Re: [beagleboard] Cross-compiling for the BBB running on Debian

2013-10-21 Thread Robert Nelson
On Oct 21, 2013 9:47 PM, wrote: > > I compiled a simple Hello World on my host (Ubuntu) with: > > arm-linux-gnueabi-gcc helloworld.c -o helloworld. Gnueabi is for armel.. For armh use gnueabihf or install all the needed atmel multarch libs including the linker.. > > > > When I try to run it on t

[beagleboard] Cross-compiling for the BBB running on Debian

2013-10-21 Thread olivier
I compiled a simple Hello World on my host (Ubuntu) with: arm-linux-gnueabi-gcc helloworld.c -o helloworld. When I try to run it on the beaglebone, I get the follow: -bash: ./helloworld: No such file or directory What did I do wrong? -- For more options, visit http://beagleboard.org/discus