Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: maresv on January 05, 2011, 09:00:20 pm

Title: CodeBlocks 10.05 hangs on Windows XP - solved
Post by: maresv on January 05, 2011, 09:00:20 pm
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
Title: Re: CodeBlocks 10.05 hangs on Windows XP
Post by: Uriah on January 06, 2011, 11:03:30 am
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