• Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Templario
    Posts: 532 from 2012/4/28
    I have much doubts, I tested the typical Hello world,
    #include <proto/dos.h>

    int main(void)
    {
      Printf("Hola Mundo!\n");
      return 0;
    }
    I saved the file as Hola.c, but if I touch the hammer button, in the Build Output shows No targets specified and no makefile found.
    If I touch the run button open a error window with this: Please select a project in the workspace, I make a new WorkSapce project and it makes a makefile with many information when other makefiles only have a few text lines.

    Its so difficult make a c program with Flow Studio or there are some tricks to make it run c projects?
  • »07.06.18 - 17:48
    Profile