I have recently came across this link to be able to compile C files to be compatible with the CE. I followed all of the the instructions three times, but I still get the same results.

The result is 'no rule to make target'

Here is the link to the compiler: https://github.com/CE-Programming/toolchain/releases

If anyone has any idea what is wrong, then please reply.
This is likely because the makefile is pointing to a directory that doesn't contain the source file. Are your source files under an "src" folder?
The structure should be:


Code:
[root]
   -makefile
   -src
      -yourmain.c
      -another.c
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement