Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: I installed the ISO of Kallistios and CGYWIN... now what?

                  
   
  1. #1

    Dreamcast I installed the ISO of Kallistios and CGYWIN... now what?

    I installed the CD with CGYWIN and the Kallistios on my WinXP machine.. but i'm a bit stuck, I have no Idea to go from here. Theres probably a tutorial that I skipped over somewhere on this website.

    anyway i guess a good place to start is that, I saw one of the other downloads allowed it (kallistios) to work with Visual C++ Express 2005, but when I installed it there were no new templates or anything to show that anything was changed!

    Is it better to use Visual C++ or can I accomplish getting things set up easier by using dev-c++?
    Or should I just scrap the whole thing and set a linux box up to do all my coding with?

    -JV

  2. #2
    Dream Coder
    Join Date
    Apr 2004
    Location
    Miami, FL
    Age
    37
    Posts
    4,675
    Rep Power
    50

    Default

    Well, it depends. There are methods to integrate both dev-cpp and vc++ with the standard gcc configuration for dc dev. Personally, I use cygwin's command prompt directly for compilation, then just use VS 6.0 as my code editor. I'm an odd duck though, I've just always used VS 6.0 so I'm extremely comfortable with it.

  3. #3

    Default

    what would be the arguments that you would use when compiling a program for DC from cygwin? If i need to do it this way I will. i'd rather use an IDE for my coding but.. if thats what i gotta do, so be it. Any other suggestions for me to follow?

  4. #4

    Default

    Ok so I had figured out how to set up Dev-C++ from one of the forum guides listed above.. but i'm having a problem. i'm getting this error when i compile any file via devcpp..

    33 C:\Dev-Cpp\Examples\DreamCast\tunnel\Makefile.win [Build Error] *** multiple target patterns. Stop.


    line 33 says:

    plprint.o: plprint.cpp plprint.hIn file included from C:/Dev-Cpp/dcinclude/kos.h:27, from plprint.cpp:9:


    Does anyone know what this means?


    -JV

  5. #5
    DCEmu Newbie
    Join Date
    Jul 2006
    Posts
    17
    Rep Power
    0

    Default

    I suggest using CYGWIN to compile your code and use Dev C++ to edit it. Do you know how to work a command prompt? Did you install R3 version of the Dreamcast Dev Environment?

  6. #6

    Default

    ok... it looks like i'm going to need to do some more research. I ended up downloading the revision 1 that was availabe via the dreamcast downloads section of dreamcast.dcemu.co.uk.

    actually now that I look at whats included in the release it looks like its the same as the one that I have.. just the file that's I extracted from the rar thats burnible to the CD is called DCDEV_R1.

    I know how to work a command prompt.. I just need to know what flags to use when I compile via gcc. I know cygwin is much like unix.. it shouldn't take much learn what to do.(i hope)

    -JV

  7. #7
    Sir Digby Chicken Caesar Darksaviour69's Avatar
    Join Date
    Mar 2004
    Location
    Armagh, Ireland
    Age
    41
    Posts
    7,005
    Rep Power
    50

    Default

    thats revision 3

    Version: R3
    http://dreamcast.dcemu.co.uk/cgi-bin...0,0,0,0,84,494

    btw if you find other useful stuff that could be added to the developers section please either submit it to the cfiles or tell me please.

    thanks

  8. #8

    Default

    ok.. I found it. When I downloaded the file before, I looked for the ISO and not the diskjuggler file. oops.. well i'll get back to you all when I get it up and running!

    Thanks a bunch so far!

    -JV

  9. #9

    Default

    Ok... I installed everything (The revision 3 dev kit this time) and everything looks like it works. What switches would I use when invoking gcc to compile the example files?

    -JV

  10. #10
    Dream Coder
    Join Date
    Apr 2004
    Location
    Miami, FL
    Age
    37
    Posts
    4,675
    Rep Power
    50

    Default

    use the included makefiles. so just browse to the directory and type "make" without quotes.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •