News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

CodeBlocks 10.05 hangs on Windows XP - solved

Started by maresv, January 05, 2011, 09:00:20 PM

Previous topic - Next topic

maresv

I am trying to tune the best project configuration for ARM development with Code Sourcery GCC.
CodeBlocks hangs when saving project configuration and must be killed from task manager.
It even happened after Menu->File->Quit->Do you want to save project configuration->Yes.
Then it is not usually possible to reopen the project - C::B hangs again.
I am using official 10.05 version on Windows XP and the same thing happened several times with the last build (6906).
Anybody met this problem?

Solved:
I have made some next experiments and the problem was
with my Build targets->Output filename definition.
When I used Output filename: bin\Debug\$(TARGET_OUTPUT_BASENAME).elf
C::B hanged - probably in infinite recursion.

When I use
Output filename: bin\Debug\$(PROJECT_NAME).elf
it seems to be OK.


Best regards
  Vit

Uriah

I have a similiar issue with c::b on Win7 Professional and my Samsung Notebook. Wenn I am  closing c::b, it allows me to save my work and the project settings but it won't shutdown itself, i.e. I must close c::b via task manager after then. This happens sporadically during my daily work but it is reproducable when I set my notebook in hibernation mode while c::b is running, waking it up again and try to close c::b.

Regards,

Deniz