Search results

  1. M

    Saturn compilation error

    Thanks for your answer :) Unfortunately it did not solve my problem. I think it is a very strange problem. I'll just have to use ../SAMPLE/ as my working directory for now :/
  2. M

    Saturn compilation error

    Sorry, I forgot that! Here it is: $(TARGET) : $(SYSOBJS) $(OBJS) $(MAKEFILE) $(OBJECTS) $(LDFILE) $(CC) $(LDFLAGS) $(SYSOBJS) $(OBJS) $(LIBS) -o $@ I have attached the whole makefile as well.
  3. M

    Saturn compilation error

    Hello all, This is my first post on this board :) I have set up the standard compiler with SGL and so on, as described in Takashi's tutorials. I have compiled the AKIRA and AKIRA3 samples without problems, but when i try to compile nescphp's demo TEK-1 it doesn't work except if the TEK-1...
Back
Top