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
Codelite on Mac problem with gdb
-
- CodeLite Curious
- Posts: 3
- Joined: Thu Jun 21, 2012 2:29 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite on Mac problem with gdb
Do you have gdb installed?
Make sure you have read the HOW TO POST thread
-
- 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
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?
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?
-
- 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
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.
installed on my Mac.
Once i installed them the code compiles and i was able to run the example in Codelite.