Greetings! I feel like I am spending more time configuring my IDE than developing my concept! ;o
Okay, so I have the 6713 eval board from Spectrum Digital. I believe I have properly configured the project using this resource as a reference: http://spinlab.wpi.edu/courses/ece4703_2011/stereoloop.html. I knew most of it but it served as a guide.
Needless to say, my project builds with no errors/warnings. The problem is that the `.out' file is not in the `${ProjName}' directory like it should be. What am I missing?
Here is my console output:
**** Clean-only build of configuration Debug for project The_Gator_Kator ****
C:\ti\ccsv5\utils\bin\gmake -k clean
DEL /F "The_Gator_Kator.out"
Could Not Find C:\Users\staticd\dsk_6713_workspace\The_Gator_Kator\Debug\The_Gator_Kator.out
DEL /F "c6713dskinit.pp" "fir_filter.pp" "gator_kator.pp"
Could Not Find C:\Users\staticd\dsk_6713_workspace\The_Gator_Kator\Debug\c6713dskinit.pp
DEL /F "Vectors_intr.obj" "c6713dskinit.obj" "fir_filter.obj" "gator_kator.obj"
Could Not Find C:\Users\staticd\dsk_6713_workspace\The_Gator_Kator\Debug\Vectors_intr.obj
DEL /F "Vectors_intr.pp"
Could Not Find C:\Users\staticd\dsk_6713_workspace\The_Gator_Kator\Debug\Vectors_intr.pp
'Finished clean'
' '
**** Build Finished ****
**** Build of configuration Debug for project The_Gator_Kator ****
C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../Vectors_intr.asm'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000/bin/cl6x" --cmd_file="C:\Users\staticd\dsk_6713_workspace\The_Gator_Kator\C6713dsk.cmd" -g --define=CHIP_6713 --include_path="C:/ti/ccsv5/tools/compiler/c6000/include" --include_path="C:/Users/staticd/Documents/COLLEGE/EEL 4935 DSP_FPGA/misc_contents/lib_and_h" --display_error_number --diag_warning=225 --mem_model:const=far --mem_model:data=far --abi=coffabi --preproc_with_compile --preproc_dependency="Vectors_intr.pp" "../Vectors_intr.asm"
--heap_size,-heap,--heap=size
Specify the maximum heap size for C/C++ dynamic
memory allocation.
'Finished building: ../Vectors_intr.asm'
' '
'Building file: ../c6713dskinit.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000/bin/cl6x" --cmd_file="C:\Users\staticd\dsk_6713_workspace\The_Gator_Kator\C6713dsk.cmd" -g --define=CHIP_6713 --include_path="C:/ti/ccsv5/tools/compiler/c6000/include" --include_path="C:/Users/staticd/Documents/COLLEGE/EEL 4935 DSP_FPGA/misc_contents/lib_and_h" --display_error_number --diag_warning=225 --mem_model:const=far --mem_model:data=far --abi=coffabi --preproc_with_compile --preproc_dependency="c6713dskinit.pp" "../c6713dskinit.c"
--heap_size,-heap,--heap=size
Specify the maximum heap size for C/C++ dynamic
memory allocation.
'Finished building: ../c6713dskinit.c'
' '
'Building file: ../fir_filter.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000/bin/cl6x" --cmd_file="C:\Users\staticd\dsk_6713_workspace\The_Gator_Kator\C6713dsk.cmd" -g --define=CHIP_6713 --include_path="C:/ti/ccsv5/tools/compiler/c6000/include" --include_path="C:/Users/staticd/Documents/COLLEGE/EEL 4935 DSP_FPGA/misc_contents/lib_and_h" --display_error_number --diag_warning=225 --mem_model:const=far --mem_model:data=far --abi=coffabi --preproc_with_compile --preproc_dependency="fir_filter.pp" "../fir_filter.c"
--heap_size,-heap,--heap=size
Specify the maximum heap size for C/C++ dynamic
memory allocation.
'Finished building: ../fir_filter.c'
' '
'Building file: ../gator_kator.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000/bin/cl6x" --cmd_file="C:\Users\staticd\dsk_6713_workspace\The_Gator_Kator\C6713dsk.cmd" -g --define=CHIP_6713 --include_path="C:/ti/ccsv5/tools/compiler/c6000/include" --include_path="C:/Users/staticd/Documents/COLLEGE/EEL 4935 DSP_FPGA/misc_contents/lib_and_h" --display_error_number --diag_warning=225 --mem_model:const=far --mem_model:data=far --abi=coffabi --preproc_with_compile --preproc_dependency="gator_kator.pp" "../gator_kator.c"
--heap_size,-heap,--heap=size
Specify the maximum heap size for C/C++ dynamic
memory allocation.
'Finished building: ../gator_kator.c'
' '
'Building target: The_Gator_Kator.out'
'Invoking: C6000 Linker'
"C:/ti/ccsv5/tools/compiler/c6000/bin/cl6x" --cmd_file="C:\Users\staticd\dsk_6713_workspace\The_Gator_Kator\C6713dsk.cmd" -g --define=CHIP_6713 --display_error_number --diag_warning=225 --mem_model:const=far --mem_model:data=far --abi=coffabi -z -m"The_Gator_Kator.map" --stack_size=0x400 --heap_size=0x400 --warn_sections -i"C:/ti/ccsv5/tools/compiler/c6000/lib" -i"C:/ti/ccsv5/tools/compiler/c6000/include" -i"C:/Users/staticd/Documents/COLLEGE/EEL 4935 DSP_FPGA/misc_contents/lib_and_h" --disable_auto_rts --reread_libs --rom_model -o "The_Gator_Kator.out" "./gator_kator.obj" "./fir_filter.obj" "./c6713dskinit.obj" "./Vectors_intr.obj" -l"C:\Users\staticd\Documents\COLLEGE\EEL 4935 DSP_FPGA\misc_contents\lib_and_h\csl6713.lib" -l"C:\Users\staticd\Documents\COLLEGE\EEL 4935 DSP_FPGA\misc_contents\lib_and_h\dsk6713bsl.lib" -l"C:/Users/staticd/Documents/COLLEGE/EEL 4935 DSP_FPGA/misc_contents/lib_and_h/rts6700.lib" "../C6713dsk.cmd"
--heap_size,-heap,--heap=size
Specify the maximum heap size for C/C++ dynamic
memory allocation.
'Finished building target: The_Gator_Kator.out'
' '
**** Build Finished ****
As you can see, I have the message that the `.out' file is built but where is it?
Many thanks for any help/pointers.
Best.