Hello,
I'm experimenting about developing C application from a development machine.
My desktop is running Ubuntu 10.04 while the target machine is running Tinycore.
I did this simple test:
1) wrote helloworld.c (the obvious one)
2) create the makefile
3) compiled and tested on the dev machine
4) copied the executable to the target machine
I got:
./helloworld: line 1: syntax error: unexpected "("
then,
5) copied the source and makefile files to the target machine
6) compiled there
7) successfully ran
So, it seems I can't run a very simple program not compiled on Tinycore.
Both make are GNU Make 3.81
Any idea?
Marco