for the toolsuite IAR + WinIdea i can not use sample program with retarget : /* infinite loop */ while(1) { printf (''HELLO WORD''); ...... ..... } the program can not find printf and need to break the execution. Might it be a problem with the lib conf? Thanks, jm