Dear TI,
I now have a build problem with a project which previously built ok.
I get the error messages listed below.
I have tried to find the item called "ptrdiff_size=16" with no luck.
Thanks for your help!
Regards,
Charley
**** Build of configuration Release for project VC5505 FFT Filter Demo **** C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all 'Building file: ../GPIO.c' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -g -O2 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --diag_warning=225 --sat_reassoc=off --ptrdiff_size=32 --fp_reassoc=off --asm_source=mnemonic --preproc_with_compile --preproc_dependency="GPIO.pp" "../GPIO.c" >> ERROR: Only --ptrdiff_size=16 is allowed for small memory model C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [GPIO.obj] Error 1 'Building file: ../codec_routines.asm' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -g -O2 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --diag_warning=225 --sat_reassoc=off --ptrdiff_size=32 --fp_reassoc=off --asm_source=mnemonic --preproc_with_compile --preproc_dependency="codec_routines.pp" "../codec_routines.asm" >> ERROR: Only --ptrdiff_size=16 is allowed for small memory model C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [codec_routines.obj] Error 1 'Building file: ../configuration.c' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -g -O2 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --diag_warning=225 --sat_reassoc=off --ptrdiff_size=32 --fp_reassoc=off --asm_source=mnemonic --preproc_with_compile --preproc_dependency="configuration.pp" "../configuration.c" >> ERROR: Only --ptrdiff_size=16 is allowed for small memory model C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [configuration.obj] Error 1 'Building file: ../dma_routines.c' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -g -O2 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --diag_warning=225 --sat_reassoc=off --ptrdiff_size=32 --fp_reassoc=off --asm_source=mnemonic --preproc_with_compile --preproc_dependency="dma_routines.pp" "../dma_routines.c" >> ERROR: Only --ptrdiff_size=16 is allowed for small memory model C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [dma_routines.obj] Error 1 'Building file: ../filter_routines.c' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -g -O2 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --diag_warning=225 --sat_reassoc=off --ptrdiff_size=32 --fp_reassoc=off --asm_source=mnemonic --preproc_with_compile --preproc_dependency="filter_routines.pp" "../filter_routines.c" >> ERROR: Only --ptrdiff_size=16 is allowed for small memory model C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [filter_routines.obj] Error 1 'Building file: ../fir.asm' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -g -O2 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --diag_warning=225 --sat_reassoc=off --ptrdiff_size=32 --fp_reassoc=off --asm_source=mnemonic --preproc_with_compile --preproc_dependency="fir.pp" "../fir.asm" >> ERROR: Only --ptrdiff_size=16 is allowed for small memory model C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [fir.obj] Error 1 'Building file: ../hwafft.asm' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -g -O2 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --diag_warning=225 --sat_reassoc=off --ptrdiff_size=32 --fp_reassoc=off --asm_source=mnemonic --preproc_with_compile --preproc_dependency="hwafft.pp" "../hwafft.asm" >> ERROR: Only --ptrdiff_size=16 is allowed for small memory model C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [hwafft.obj] Error 1 'Building file: ../i2s_register.asm' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -g -O2 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --diag_warning=225 --sat_reassoc=off --ptrdiff_size=32 --fp_reassoc=off --asm_source=mnemonic --preproc_with_compile --preproc_dependency="i2s_register.pp" "../i2s_register.asm" >> ERROR: Only --ptrdiff_size=16 is allowed for small memory model C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [i2s_register.obj] Error 1 'Building file: ../i2s_routines.c' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -g -O2 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --diag_warning=225 --sat_reassoc=off --ptrdiff_size=32 --fp_reassoc=off --asm_source=mnemonic --preproc_with_compile --preproc_dependency="i2s_routines.pp" "../i2s_routines.c" >> ERROR: Only --ptrdiff_size=16 is allowed for small memory model C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [i2s_routines.obj] Error 1 'Building file: ../main.c' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -g -O2 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --diag_warning=225 --sat_reassoc=off --ptrdiff_size=32 --fp_reassoc=off --asm_source=mnemonic --preproc_with_compile --preproc_dependency="main.pp" "../main.c" >> ERROR: Only --ptrdiff_size=16 is allowed for small memory model C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [main.obj] Error 1 'Building file: ../rtc_routines.c' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -g -O2 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --diag_warning=225 --sat_reassoc=off --ptrdiff_size=32 --fp_reassoc=off --asm_source=mnemonic --preproc_with_compile --preproc_dependency="rtc_routines.pp" "../rtc_routines.c" >> ERROR: Only --ptrdiff_size=16 is allowed for small memory model C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [rtc_routines.obj] Error 1 'Building file: ../spirom.c' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -g -O2 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --diag_warning=225 --sat_reassoc=off --ptrdiff_size=32 --fp_reassoc=off --asm_source=mnemonic --preproc_with_compile --preproc_dependency="spirom.pp" "../spirom.c" >> ERROR: Only --ptrdiff_size=16 is allowed for small memory model C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [spirom.obj] Error 1 'Building file: ../spirom_RW.c' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -g -O2 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --diag_warning=225 --sat_reassoc=off --ptrdiff_size=32 --fp_reassoc=off --asm_source=mnemonic --preproc_with_compile --preproc_dependency="spirom_RW.pp" "../spirom_RW.c" >> ERROR: Only --ptrdiff_size=16 is allowed for small memory model C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [spirom_RW.obj] Error 1 'Building file: ../vector.asm' 'Invoking: C5500 Compiler' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -g -O2 --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --diag_warning=225 --sat_reassoc=off --ptrdiff_size=32 --fp_reassoc=off --asm_source=mnemonic --preproc_with_compile --preproc_dependency="vector.pp" "../vector.asm" >> ERROR: Only --ptrdiff_size=16 is allowed for small memory model C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [vector.obj] Error 1 C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors. Build complete for project VC5505 FFT Filter Demo