Other Parts Discussed in Thread: SYSBIOS,
Tool/software: TI-RTOS
I am new to ccs and i wanna use RTOS to run 2 functions parallel. Currently im running ADC code and reading onboard temperature sensor value. But now i want to use the otg example of TivaWare and use it in my example if any one can help ill be glad to hear it thanks . I have edited my code and im attaching the project. For nowim getting these errors
**** Build of configuration Debug for project gpiointerrupt_DK_TM4C129X_TI ****
"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 2 all -O
making ../src/sysbios/sysbios.aem4f ...
gmake[1]: Nothing to be done for 'all'.
making ../src/sysbios/sysbios.aem4f ...
gmake[2]: Nothing to be done for 'all'.
'Building target: gpiointerrupt_DK_TM4C129X_TI.out'
'Invoking: ARM Linker'
"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --define=ccs="ccs" --define=PART_TM4C129XNCZAD --define=ccs --define=TIVAWARE -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi -z -m"gpiointerrupt_DK_TM4C129X_TI.map" --heap_size=0 --stack_size=512 -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/lib" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="gpiointerrupt_DK_TM4C129X_TI_linkInfo.xml" --rom_model -o "gpiointerrupt_DK_TM4C129X_TI.out" "./DK_TM4C129X.obj" "./gpiointerrupt.obj" "../DK_TM4C129X.cmd" "../usb_otg_mouse_ccs.cmd" -l"configPkg/linker.cmd" -l"C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b/grlib/ccs/Debug/grlib.lib" -l"C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b/usblib/ccs/Debug/usblib.lib" -l"C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b/driverlib/ccs/Debug/driverlib.lib" -llibc.a -llibc.a
<Linking>
"../usb_otg_mouse_ccs.cmd", line 47: error #10263: FLASH memory range has already been specified
"../usb_otg_mouse_ccs.cmd", line 47: error #10264: FLASH memory range overlaps existing memory range FLASH
"../usb_otg_mouse_ccs.cmd", line 49: error #10263: SRAM memory range has already been specified
"../usb_otg_mouse_ccs.cmd", line 49: error #10264: SRAM memory range overlaps existing memory range SRAM
undefined first referenced
symbol in file
--------- ----------------
ClearMainWindow ./gpiointerrupt.obj
DeviceInit ./gpiointerrupt.obj
DeviceMain ./gpiointerrupt.obj
FrameDraw ./gpiointerrupt.obj
GetTickms ./gpiointerrupt.obj
HostInit ./gpiointerrupt.obj
HostMain ./gpiointerrupt.obj
Kentec320x240x16_SSD2119Init ./gpiointerrupt.obj
PinoutSet ./gpiointerrupt.obj
ROM_SysCtlPeripheralEnable ./gpiointerrupt.obj
SysCtlVCOGet ./gpiointerrupt.obj
UARTStdioConfig ./gpiointerrupt.obj
UpdateStatus ./gpiointerrupt.obj
g_sKentec320x240x16_SSD2119 ./gpiointerrupt.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "gpiointerrupt_DK_TM4C129X_TI.out" not built
>> Compilation failure
makefile:147: recipe for target 'gpiointerrupt_DK_TM4C129X_TI.out' failed
makefile:143: recipe for target 'all' failed
gmake[1]: *** [gpiointerrupt_DK_TM4C129X_TI.out] Error 1
gmake: *** [all] Error 2
**** Build Finished ****