[quote user="Piotr Gumkowski"]There must be something wrong with my CodeComposer Settings or my system now I've got 3 bugs:
1st:
Can't find a source file at "/tmp/TI_MKLIBeR36VQ/SRC/copy_zero_init.c"
Locate the file or edit the source lookup path to include its location.
2nd:
Can't find a source file at "/tmp/TI_MKLIBeR36VQ/SRC/autoinit.c"
Locate the file or edit the source lookup path to include its location.
3rd:
Can't find a source file at "/tmp/TI_MKLIBeR36VQ/SRC/boot.c"
Locate the file or edit the source lookup path to include its location.
[/quote]If when you attempt to debug a MSP430 application and find the program in those locations, one possible cause is that the WDT fires during C startup code
[quote user="Piotr Gumkowski"]It is really strange because this project works pretty fine on my friends notebook.[/quote]Is the same MSP430 compiler version in use on both computers?
The reason is that starting with MSP430 compiler v4.2.0 there is a new option to make the linker hold the watchdog during C auto-initialization which can prevent the watchdog firing during C startup code. i.e. if MSP430 compiler v4.2.0 or later is installed on your friends computer, but an earlier compiler version is installed on your computer, that could explain the difference.