This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using CC5.5 trying to compile Hello_World C5535 DSP and recieve error

#include

<stdio.h>

/*

* hello.c

*/

int

main(void) {

printf("Hello World!\n");

return 0;

}

I have set up the cc5 hello world example and when i try to build the program I am getting the following error message.  I am running windows vista and I have ccs 4 running with no problems   Any IDEAS Jeff

**** Build of configuration Debug for project Hello_World_C5535 ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all

'Building file: ../hello.c'

'Invoking: C5500 Compiler'

"C:/ti/ccsv5/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="C:/ti/ccsv5/tools/compiler/c5500_4.4.1/include" --define=c5535 --display_error_number --diag_warning=225 --ptrdiff_size=16 --preproc_with_compile --preproc_dependency="hello.pp"  "../hello.c"

'Finished building: ../hello.c'

' '

'Building target: Hello_World_C5535.out'

'Invoking: C5500 Linker'

"C:/ti/ccsv5/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --define=c5535 --display_error_number --diag_warning=225 --ptrdiff_size=16 -z -m"Hello_World_C5535.map" --stack_size=0x200 --heap_size=0x400 -i"C:/ti/ccsv5/tools/compiler/c5500_4.4.1/lib" -i"C:/ti/ccsv5/tools/compiler/c5500_4.4.1/include" --reread_libs --display_error_number --warn_sections --xml_link_info="Hello_World_C5535_linkInfo.xml" --rom_model --sys_stacksize=0x200 -o "Hello_World_C5535.out"  "./hello.obj" "../C5535.cmd" -l"libc.a"

<Linking>

"../C5535.cmd", line 69: error #10099-D: program will not fit into available

   memory.  placement with alignment/blocking fails for section ".text" size

   0x4071 page 0.  Available memory ranges:

   DARAM1       size: 0x2000       unused: 0x2000       max hole: 0x2000   

error #10010: errors encountered during linking; "Hello_World_C5535.out" not

   built

>> Compilation failure

gmake: *** [Hello_World_C5535.out] Error 1

gmake: Target `all' not remade because of errors.

**** Build Finished ****