Page 1 of 1
Debug exited with the following error string
Posted: Sat Jan 14, 2012 2:26 pm
by jiapei100
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
Re: Debug exited with the following error string
Posted: Sat Jan 14, 2012 11:36 pm
by eranif
jiapei100 wrote:It seems CodeLite somewhat relies on mingw+wxWidget ???
Yes, codelite is built with MinGW / wxWidgets
jiapei100 wrote:Anyway, my question is: I just tried a test code, but I obtained the following error message
codelite simply forward the error message it got from gdb and displays it to the user.
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
Re: Debug exited with the following error string
Posted: Sun Jan 15, 2012 11:27 am
by jiapei100
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
HEUR/Malware.QVM20.Gen
virus.
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
Re: Debug exited with the following error string
Posted: Sun Jan 15, 2012 3:45 pm
by eranif
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