Forum: PS2 Homebrew/Dev & Emu Scene - Topics relating to homebrew PS2 development and emulation. Stay current and up to date on the latest homebrew releases from the best devs on the scene.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: PS2Dev Help - how to compile in VC++ 6 ?
  

Results 1 to 6 of 6
  1. #1 PS2Dev Help - how to compile in VC++ 6 ? 
    Oggi Guest
    hy,

    im very new in ps2 devlopment but i can develop in c and c++ on a windows xp machine. nocw i have download the ps2dev and install it. but how can i compile and debug programs with vc++ 6 ? i have created from a tut. a makefile project and then i added the hello.c files (form a little hello world program) then the make command was make, the output was hello.elf and the rebuild command was rebuild. then i have use the inLink tool. bit the arguments Host:$(TargetPath) but when i want to compile there is one error, that he cannot find the program "make". lol it is a windows machine and not linux. the c:\ps2dev path is in my librarys path of vc6.

    Can someone help me how to fix it ?

    thanks.
    Reply With Quote  

  2. #2  
    2Clak is offline Registered User
    Join Date
    Dec 2002
    Posts
    26
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    ps2dev uses GCC compiler (win32 and *nix versions)
    Reply With Quote  

  3. #3  
    radracer is offline Member
    Join Date
    Mar 2004
    Posts
    47
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    This is a super long shot but.....does anyone know how to config a cross-compiler on Mac OS X (10.3)?
    Reply With Quote  

  4. #4  
    Oggi Guest
    hmm, ok but i have ind the ps2dev directory more compilers under ps2dev\gcc\ee\bin there are gcc_cpp,ee_gcc etc. what must i use and what are the rguments for compiling a hello.c file ?

    thanks.
    Reply With Quote  

  5. #5  
    struct Guest
    Quote Originally Posted by radracer
    This is a super long shot but.....does anyone know how to config a cross-compiler on Mac OS X (10.3)?
    the same way you do it on any other platform, just check www.ps2dev.org and the tools link.
    ooPo's toolchain.sh script will do the grunt work for you, just make sure you have gmake, patch, wget or any other program the script uses to build it all for you.

    if you have a problem with the toolchain script post the error output on forums.ps2dev.org
    Last edited by struct; 07-23-2004 at 06:00 AM.
    Reply With Quote  

  6. #6  
    radracer is offline Member
    Join Date
    Mar 2004
    Posts
    47
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Thanks! I finally got the toolchain.sh script working...if any other noob like me is having any trouble, make sure you "chmod u+x" the script in terminal before you try to execute it because by default text files don't have execute permissions on a unix-like system. Thanks struct for all the help!
    Reply With Quote  

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