Tool/software: Code Composer Studio
www.raspberrypi.org/.../viewforum.php
Hi all
I have download dsplib v3.00 and imported "add" example from EXAMPLES directory.
I can’t debug the project.
When I debug the project a popup window appears with this error:
And also console output:
C55xx: GEL Output: C5509_Init Complete.
C55xx: GEL Output: Gel StartUp Complete.
C55xx: GEL: Encountered a problem loading file: C:\Users\sadeq\workspace_v5_3\add\Release\add.out Could not open file
And the build console when I “build all” is like this:
**** Build of configuration Release for project add ****
"D:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../ADD_T.C'
'Invoking: C5500 Compiler'
"D:/ti/ccsv5/tools/compiler/c5500_4.4.1/bin/cl55" -v5509A --memory_model=small -O2 --include_path="D:/ti/ccsv5/tools/compiler/c5500_4.4.1/include" --define=c5509a --display_error_number --ptrdiff_size=32 --preproc_with_compile --preproc_dependency="ADD_T.pp" "../ADD_T.C"
>> ERROR: Only --ptrdiff_size=16 is allowed for small memory model
gmake: *** [ADD_T.obj] Error 1
'Building file: ../DSPro5509Init.cpp'
'Invoking: C5500 Compiler'
"D:/ti/ccsv5/tools/compiler/c5500_4.4.1/bin/cl55" -v5509A --memory_model=small -O2 --include_path="D:/ti/ccsv5/tools/compiler/c5500_4.4.1/include" --define=c5509a --display_error_number --ptrdiff_size=32 --preproc_with_compile --preproc_dependency="DSPro5509Init.pp" "../DSPro5509Init.cpp"
>> ERROR: Only --ptrdiff_size=16 is allowed for small memory model
gmake: *** [DSPro5509Init.obj] Error 1
'Building file: ../DSPro5509InitASM.ASM'
'Invoking: C5500 Compiler'
"D:/ti/ccsv5/tools/compiler/c5500_4.4.1/bin/cl55" -v5509A --memory_model=small -O2 --include_path="D:/ti/ccsv5/tools/compiler/c5500_4.4.1/include" --define=c5509a --display_error_number --ptrdiff_size=32 --preproc_with_compile --preproc_dependency="DSPro5509InitASM.pp" "../DSPro5509InitASM.ASM"
>> ERROR: Only --ptrdiff_size=16 is allowed for small memory model
gmake: *** [DSPro5509InitASM.obj] Error 1
'Building file: ../TEST.C'
'Invoking: C5500 Compiler'
"D:/ti/ccsv5/tools/compiler/c5500_4.4.1/bin/cl55" -v5509A --memory_model=small -O2 --include_path="D:/ti/ccsv5/tools/compiler/c5500_4.4.1/include" --define=c5509a --display_error_number --ptrdiff_size=32 --preproc_with_compile --preproc_dependency="TEST.pp" "../TEST.C"
>> ERROR: Only --ptrdiff_size=16 is allowed for small memory model
gmake: *** [TEST.obj] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
I test huge memory model but there isn’t any change
I use texas instruments simulator
Thanks for your assists everybody