Codelite on Mac problem with gdb

CodeLite installation/troubleshooting forum
mandena1
CodeLite Curious
Posts: 3
Joined: Thu Jun 21, 2012 2:29 pm
Genuine User: Yes
IDE Question: c++
Contact:

Codelite on Mac problem with gdb

Post by mandena1 »

Hello,
I'm new to Codelite. I installed it on my mac and I tried the classical "helloworld" example but it doesn't run
because It says It couldn't locate gdb at gdb...
Can you please help me to solve this issue??

Thanks

Marco
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite on Mac problem with gdb

Post by eranif »

Do you have gdb installed?
Make sure you have read the HOW TO POST thread
mandena1
CodeLite Curious
Posts: 3
Joined: Thu Jun 21, 2012 2:29 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Codelite on Mac problem with gdb

Post by mandena1 »

How can i check it?
I have istalled the Xcode 4.3.1, gdb is not included in the installation?
----------------------------------------------------------------------------------------------

Edit: I downloaded the latest gdb 7.4.tar.gz and "unzipped" in the documents folder.
Now I have Codelite to point to this directory? How can i do this?
mandena1
CodeLite Curious
Posts: 3
Joined: Thu Jun 21, 2012 2:29 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Codelite on Mac problem with gdb

Post by mandena1 »

Solved, It seems that all my problem are due to the fact that i haven't the "Xcode Command Line Tools"
installed on my Mac.
Once i installed them the code compiles and i was able to run the example in Codelite.
Post Reply