Search found 6 matches

by zedman3d
Sun Jul 15, 2012 1:12 am
Forum: SGDK
Topic: Problem with SGDK via command line
Replies: 13
Views: 7572

Thanks guys its all working now. So the problem was in fact the placement of the directory in the path variable at the end. So placing at the front solved the conflict. A note in the tutorial about this may help others. Also if putting it at the front causes problems with other programs now, it migh...
by zedman3d
Sat Jul 14, 2012 1:45 pm
Forum: SGDK
Topic: Problem with SGDK via command line
Replies: 13
Views: 7572

^ Thats what im thinking.
by zedman3d
Sat Jul 14, 2012 12:05 pm
Forum: SGDK
Topic: Problem with SGDK via command line
Replies: 13
Views: 7572

Oh yeh for sure. I know the tut is all good.
Ill keep at it.
by zedman3d
Sat Jul 14, 2012 10:33 am
Forum: SGDK
Topic: Problem with SGDK via command line
Replies: 13
Views: 7572

Typing in just gcc gives:

gcc: no input files
by zedman3d
Sat Jul 14, 2012 9:52 am
Forum: SGDK
Topic: Problem with SGDK via command line
Replies: 13
Views: 7572

I went to control panel -> advanced system settings -> environment variables

then appeneded ;%GDK_WIN%\bin to the end of the systems 'Path' variable and my own users 'PATH' variable too. Same result.

EDIT: Ive even changed the PATH variable temporarily in CMD using
PATH=%PATH%;%GDK_WIN%\bin
by zedman3d
Sat Jul 14, 2012 9:28 am
Forum: SGDK
Topic: Problem with SGDK via command line
Replies: 13
Views: 7572

Problem with SGDK via command line

Hello. Im new to mega drive dev. Im sure its something simple but im getting errors when following these steps in the SGDK command line tutorial http://code.google.com/p/sgdk/wiki/HowToUseSGDK Heres a screenshot of the command window to make things easier, 'compile the library command' and 'compile ...