Another newbie question I’m afraid. I have an Olimex CS-E9302 board. I’ve installed the arm-linux-gcc compiler/development tools on an Ubuntu Linux box running under Parallels. I’ve compiled the simplest “helloworld” program I can think of - literally printf(“hello world”); and that’s it - and transferred it down to the board.
When I try to run the program all I get is:
-sh: ./helloworld: not found
I tried the usual
chmod +x helloworld
But it’s still the same.
Sorry for the newbie questions. This is all a bit new to me.
The Olimex board is running Busybox and a quick Google shows that I need to add the libraries somehow. I think I need to install another version of Linux on the board and see where that goes.