Home | Forums | What's new | Resources | |
sh-elf-g++ |
Edge-` - Mar 10, 2004 |
Edge-` | Mar 10, 2004 | |||||||
Heya, I had been using an old tutorial to get my DC Dev setup created when I found the tutorial at http://www.hangar-eleven.de.... I went through the entire process as layed out by the tutorial and was met with no errors. When I went to compile KOS I ran into issues of sh-elf-g++ not being found. I had compiled per the instructions for the C++ support so just assumed that this binary would have been created. Is there anything special I need to do to get this binary created in reference to the instructions at http://www.hangar-eleven.de... (specifically here: http://www.hangar-eleven.de/en/devdc-gcc-sh4-xgcc..... I checked the flags on my sh-elf-gcc and noted I had the ability to compile c++:
So in KOS I tried setting sh-elf-gcc as the compiler for the portions of the KOS source that need it and had the following error:
Any ideas/tips? I'm going to try to start with a clean structure and just do a --enable-languages=c++ to see if it will just create this binary, but I have a feeling that it won't do exactly as needed. |
ExCyber | Mar 10, 2004 | |||
g++ just calls gcc with certain options implied for C++ support. If your "sh-elf-gcc" won't compile C++ code, something was wrong with your final build/install of GCC. |
Edge-` | Mar 11, 2004 | |||
Thanks for the note m8. Yeah, I found that I needed to add some flags here and there to get the file seperate. Cygwin started being a big buggy/resource hoggy so I'm currently investigating some other environments. Just a note (I'll add it to my links post), anyone looking to quickly get going with DC Development might check this post at DCEmu's forums: http://www.dcemulation.com/phpBB/viewtopic.php?t=4.... A good quick, easy to understand tutorial with precompiled binaries all nicely packaged with instructions on getting going with Dev-C++ for Windows. |