gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Beginners > Getting DevKit to work with an IDE?

#115992 - NinjaMonkeyPirate - Sat Jan 20, 2007 11:36 pm

Can anyone help me configure Dev-Cpp (or any IDE really) to use DevKit Pro as a compiler?

I ran the installer, and specified all the right directories, but I get usually get errors with g++ either not being found, or not recognising .o files. Also, should I be using g++ or arm-eabi-g++?

#115995 - gmiller - Sun Jan 21, 2007 12:00 am

The IDE needs to be able to "find" the compiler (which is not g++) so it has to have the "path" to the compiler and other tools. I don't use Dev-Cpp so I can't give any specific help, sorry.