Hi, Eran:
I'm now trying to use the newest CodeLite v3.5.5377 under Windows7.
I use mingw to build my own wxWidget. It seems CodeLite somewhat relies on mingw+wxWidget ???
Anyway, my question is: I just tried a test code, but I obtained the following error message
http://visionopen.com/questions/codeliteError.png
Any suggestions?
Thank you...
Best Regards
Pei
Debug exited with the following error string
-
- CodeLite Expert
- Posts: 115
- Joined: Wed Dec 30, 2009 8:29 am
- Genuine User: Yes
- IDE Question: C++
- Location: Surrey, BC, Canada
- Contact:
Debug exited with the following error string
Welcome to Vision Open
http://www.visionopen.com
http://www.visionopen.com
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Debug exited with the following error string
Yes, codelite is built with MinGW / wxWidgetsjiapei100 wrote:It seems CodeLite somewhat relies on mingw+wxWidget ???
codelite simply forward the error message it got from gdb and displays it to the user.jiapei100 wrote:Anyway, my question is: I just tried a test code, but I obtained the following error message
FYI:
error code 5 means: permission denied
http://msdn.microsoft.com/en-us/library ... s.85).aspx
Make sure that you have enough privileges to debug your executable, make sure it exists and there were no error during build / link.
Like always, showing the complete debug / build log can help
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 115
- Joined: Wed Dec 30, 2009 8:29 am
- Genuine User: Yes
- IDE Question: C++
- Location: Surrey, BC, Canada
- Contact:
Re: Debug exited with the following error string
Hi, Eran:
1) Don't know if I've enough privilege to run/debug this program. I noticed that
a) debug from within CodeLite IDE
b) run the .exe file directly from within "cmd" prompt
c) double clicking the .exe file with Administrator power
I always got the same error message http://visionopen.com/questions/codeliteError.png, and my Anti-Virus tool reported this .exe as an
2) I installed codelite using "codelite-3.5.5377.exe", which seems not come with mingw or wxWidget. Will the installed codelite be able to find mingw/g++ and wxWidget automatically/intelligently? Or, do I need to specify where are my mingw and wxWidget?
Thank you very much.
Best Regards
Pei
1) Don't know if I've enough privilege to run/debug this program. I noticed that
a) debug from within CodeLite IDE
b) run the .exe file directly from within "cmd" prompt
c) double clicking the .exe file with Administrator power
I always got the same error message http://visionopen.com/questions/codeliteError.png, and my Anti-Virus tool reported this .exe as an
virus.HEUR/Malware.QVM20.Gen
2) I installed codelite using "codelite-3.5.5377.exe", which seems not come with mingw or wxWidget. Will the installed codelite be able to find mingw/g++ and wxWidget automatically/intelligently? Or, do I need to specify where are my mingw and wxWidget?
Thank you very much.
Best Regards
Pei
Welcome to Vision Open
http://www.visionopen.com
http://www.visionopen.com
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Debug exited with the following error string
Try to install codelite that comes with MinGW + wxWidgets
http://sourceforge.net/projects/codelit ... e/download
To reduce the iterations / problems etc:
Accept all the default paths that codelite installer offers
Eran
http://sourceforge.net/projects/codelit ... e/download
To reduce the iterations / problems etc:
Accept all the default paths that codelite installer offers
Eran
Make sure you have read the HOW TO POST thread