Hy,
I try to use and modify the original gampad example for TM4C123GH6PM Tiva-c dev board, so I added .c and .h file from the sample source to a new project and I try to build now (It is worked before with IAR).
I got the following error message during a build:
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: Tiva-joy.out'
'Invoking: ARM Linker'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -g --gcc --define=ccs="ccs" --define=PART_TM4C123GH6PM --define=TARGET_IS_BLIZZARD_RB1 --diag_wrap=off --diag_warning=225 --display_error_number -z -m"Tiva-joy.map" --heap_size=2000 --stack_size=2000 -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --reread_libs --display_error_number --diag_wrap=off --warn_sections --xml_link_info="Tiva-joy_linkInfo.xml" --rom_model -o "Tiva-joy.out" "./buttons.obj" "./rgb.obj" "./startup_ccs.obj" "./usb_dev_gamepad.obj" "./usb_gamepad_structs.obj" "./usbdcdc.obj" "./usbdcdesc.obj" "./usbdcomp.obj" "./usbdconfig.obj" "./usbdenum.obj" "./usbdesc.obj" "./usbdhandler.obj" "./usbdhid.obj" "./usbdhidgamepad.obj" "./usbdma.obj" "./usbmode.obj" "./usbtick.obj" "./usbulpi.obj" "../tm4c123gh6pm.cmd" -l"C:/Tiva-C/Rescube/TivaJoy/Tiva-joy"
<Linking>
fatal error #6001: cannot open file "C:/Tiva-C/Rescube/TivaJoy/Tiva-joy": Permission denied
C:/Tiva-C/Rescube/TivaJoy/ is my workspace version controlled by Hg.
C:/Tiva-C/Rescube/TivaJoy/Tiva-joy is the folder for my project.
Can you help me to solve this issue?!
Thank you!
Zoltan