Hello codeblocks forum,
I am running Ubuntu 9.10 (Karmic Koala) and cross-compiling for Win32
There's a slight problem in which I can not find any information about searching this forum nor google.
First, I have followed everything in the post:
http://forums.codeblocks.org/index.php/topic,3343.0.htmlExcept in the gdb.exe setup for a Win32 debugger I have downloaded and used the latest gdb.exe 5.2.1 instead of the insight package (which is not existant in that tutorial), aside from that everything is set up the same exact way.
The problem is:
- When I compile and run under my default GNU GCC Compiler build, it works no problem.
- When I compile and run under the new MingW32 Compiler build, the compilation works flawlessly but when I run it there is a slight hang after the gdb.exe console. After I press a key to end the debugger when my program is finished, the debugger window closes but there is a slight hang in Code::Blocks.
Note: I am using MinGW windows gdb.exe 5.2.1 in place of insight.
Note 2: The slight hang is only about 1-2 seconds... but I am a perfectionist, and this hasn't happened before. (It annoys me as well.)
Does anyone know why this is happening? I've been thinking maybe it's the updated gdb.exe or updated version of wine.
Thank you for responses, and if a fix post for this exists - sorry for posting, but I have searched far and wide with different sets of keywords and find nothing.