Hi,
I'm trying to execute a simple hello world c program on uClinux (running on
Motorola M5272C3) . I've compile it with the command "m68k-elf-gcc
hello.c -o hello -lc -Wl,-elf2flt -m5307" and it was successful. I then
uploaded it to the target board via TFTP in to the /VAR/TMP folder on
uclinux.
The problem I'm having is I am unable to run the file on uclinux because it
is giving me a "permission denied" error when I try to run "./hello". Iwas
told a while ago that I must change the permission for the application by
going "chmod +x hello". However that's also giving me a "Mode must be
octal" error. Now I am stuck on what I can do.
Any help on how to get a simple executable running would be great!
Cheers,
Benny