Hello,
I am running into some issues getting started with the eZdsp5505 stick. I am running the most recent version of CCS v5.4.00091 on a Windows 7 machine, however I am having trouble building any of the examples. I am getting a build error as follows:
Description Resource Path Location Type <a href="file:/C:/ti/ccsv5/tools/compiler/dmed/HTML/10099.html">#10099-D</a> program will not fit into available C5505.cmd /HelloWorld line 74 C/C++ Problem
Console printout:
**** Build of configuration Debug for project HelloWorld ****
"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=c5505 --display_error_number --diag_warning=225 --ptrdiff_size=16 --preproc_with_compile --preproc_dependency="hello.pp" "../hello.c"
'Finished building: ../hello.c'
' '
'Building target: HelloWorld.out'
'Invoking: C5500 Linker'
"C:/ti/ccsv5/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --define=c5505 --display_error_number --diag_warning=225 --ptrdiff_size=16 -z -m"HelloWorld.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="HelloWorld_linkInfo.xml" --rom_model --sys_stacksize=0x200 -o "HelloWorld.out" "./hello.obj" -l"libc.a" "../C5505.cmd"
<Linking>
"../C5505.cmd", line 74: 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; "HelloWorld.out" not built
gmake: *** [HelloWorld.out] Error 1
gmake: Target `all' not remade because of errors.
>> Compilation failure
**** Build Finished ****
I have tried running through the getting started pages, but I ended up having to throw this one to the community. I appreciate the help.
-Jameson