Other Parts Discussed in Thread: SYSBIOS, AMIC110
Tool/software: TI-RTOS
Hello
every expecter
This is Tomiyama from Tokyo.
I build a usb_dev_serial of StareWare 2.0.0.7,and conect tp PC sucsesfuly.
But I try to port to a RTOS project of Typicaly, there are are bellow,
I hope your help soon.
Thank you very much.
Best Regards.
Tomiyama.
**** Build of configuration Debug for project test_task10 ****
"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O
making ../src/sysbios/sysbios.aea8fnv ...
gmake[1]: Nothing to be done for 'all'.
'Building file: ../main.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_15.12.7.LTS/bin/armcl" -mv7A8 --code_state=32 -me --include_path="C:/workspace_v7_01_26_Usb/test_task10/usb_lib" --include_path="C:/workspace_v7_01_26_Usb/test_task10" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_15.12.7.LTS/include" -g --define=amic110 --display_error_number --diag_wrap=off --diag_warning=225 --std_lib_func_not_defined --std_lib_func_defined --printf_support=nofloat --std_lib_func_redefined --preproc_with_compile --preproc_dependency="main.d_raw" --cmd_file="configPkg/compiler.opt" "../main.c"
'Finished building: ../main.c'
' '
making ../src/sysbios/sysbios.aea8fnv ...
gmake[2]: Nothing to be done for 'all'.
'Building target: test_task10.out'
'Invoking: ARM Linker'
"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_15.12.7.LTS/bin/armcl" -mv7A8 --code_state=32 -me -g --define=amic110 --display_error_number --diag_wrap=off --diag_warning=225 --std_lib_func_not_defined --std_lib_func_defined --printf_support=nofloat --std_lib_func_redefined -z -m"test_task10.map" --stack_size=0x800 --heap_size=0x800 -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_15.12.7.LTS/lib" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_15.12.7.LTS/include" --reread_libs --define=A8_CORE=1 --display_error_number --warn_sections --diag_wrap=off --xml_link_info="test_task10_linkInfo.xml" --rom_model -o "test_task10.out" "./main.obj" "../task.cmd" "../usb_lib/drivers.lib" "../usb_lib/libgr.lib" "../usb_lib/platform.lib" "../usb_lib/system.lib" "../usb_lib/usblib.lib" "../usb_lib/utils.lib" -l"configPkg/linker.cmd" -lrtsv7A8_A_le_eabi.lib
<Linking>
error #16004-D: file "C:\workspace_v7_01_26_Usb\test_task10\src\sysbios\sysbios.aea8fnv<arm_TaskSupport_asm.obj>" has a Tag_ABI_VFP_args attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:\workspace_v7_01_26_Usb\test_task10\src\sysbios\sysbios.aea8fnv<intcps_Hwi_asm.obj>" has a Tag_ABI_VFP_args attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:\workspace_v7_01_26_Usb\test_task10\src\sysbios\sysbios.aea8fnv<intcps_Hwi_asm_switch.obj>" has a Tag_ABI_VFP_args attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:\workspace_v7_01_26_Usb\test_task10\src\sysbios\sysbios.aea8fnv<exc_Exception_asm.obj>" has a Tag_ABI_VFP_args attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:\workspace_v7_01_26_Usb\test_task10\src\sysbios\sysbios.aea8fnv<a8_Cache_asm.obj>" has a Tag_ABI_VFP_args attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:\workspace_v7_01_26_Usb\test_task10\src\sysbios\sysbios.aea8fnv<a8_Mmu_asm.obj>" has a Tag_ABI_VFP_args attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:\workspace_v7_01_26_Usb\test_task10\src\sysbios\sysbios.aea8fnv<a8_TimestampProvider_asm.obj>" has a Tag_ABI_VFP_args attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:\workspace_v7_01_26_Usb\test_task10\src\sysbios\sysbios.aea8fnv<dmtimer_Timer_asm.obj>" has a Tag_ABI_VFP_args attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:\ti\bios_6_46_05_55\packages\ti\targets\arm\rtsarm\lib\boot.aea8fnv<boot.oea8fnv>" has a Tag_ABI_VFP_args attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
error #16004-D: file "C:\ti\bios_6_46_05_55\packages\ti\targets\arm\rtsarm\lib\auto_init.aea8fnv<auto_init.oea8fnv>" has a Tag_ABI_VFP_args attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
"../task.cmd", line 91: warning #10423-D: No placement specified for ".bss"; a default placement will be applied.
error #10010: errors encountered during linking; "test_task10.out" not built
>> Compilation failure
makefile:149: recipe for target 'test_task10.out' failed
gmake[1]: *** [test_task10.out] Error 1
makefile:145: recipe for target 'all' failed
gmake: *** [all] Error 2
**** Build Finished ****