Dear All :
I followed the wiki howto , and use the "Sample Makefile for C/C++ programs shipped with configure script" , though the wiki say the makefile may not work.
I encounter the following errors , try to fix manually
1.
--: ./configure: No such file or directory
make[3]: *** [/root/OpenWrt-SDK-atheros-2.6-for-Linux-x86_64/build_mips/hello-2.1.1/.configured] Error 127
# So I touch a ".configured" file
2.
make: *** /root/OpenWrt-SDK-atheros-2.6-for-Linux-x86_64/build_mips/hello-2.1.1/src: No such file or directory. Stop.
# So I makdir "src" directory
3.
make[4]: Entering directory `/root/OpenWrt-SDK-atheros-2.6-for-Linux-x86_64/build_mips/hello-2.1.1/src'
make[4]: *** No targets specified and no makefile found. Stop.
# I symbolic link "hello-2.1.1" with "src"
4.
make[4]: Entering directory `/root/OpenWrt-SDK-atheros-2.6-for-Linux-x86_64/build_mips/hello-2.1.1/hello-2.1.1'
make[4]: *** No targets specified and no makefile found. Stop.
Please advise me , I think I am fooling around.