Other Parts Discussed in Thread: TUSB9260
Hi,
I got the "TUSB9261FW_SourceCode.zip" v1.06 and compile it with the build.cmd, the build.cmd runs well, but the link.cmd shows that it miss the tusb9260_link.cmd. I guess it should be the linker script file and is not existd in the source code ZIP, where can I get it ?
Thank you !
Best Regards,
Andy
---------------------------- link.cmd output -----------------------------------------
E:\MyPrograms\sata2usb>link
E:\MyPrograms\sata2usb>SET ARM_COMPILER_PATH=E:\MyPrograms\ti_arm_cgt\bin
E:\MyPrograms\sata2usb>"E:\MyPrograms\ti_arm_cgt\bin\armcl" ".\Temp\ahci.obj" ".\Temp\c_int00.obj" ".\Temp\exceptions_isr.obj" ".\Temp\gio.obj" ".\Temp\intvecs.obj" ".\Temp\mww.obj" ".\Temp\one_touch.obj" ".\Temp\pwm.obj" ".\Temp\reg_io.obj" ".\Temp\rti.obj" ".\Temp\sci.obj" ".\Temp\scsi.obj" ".\Temp\scsi_data.obj" ".\Temp\spi.obj" ".\Temp\string.obj" ".\Temp\system.obj" ".\Temp\system_init.obj" ".\Temp\main.obj" ".\Temp\ums_bot.obj" ".\Temp\ums_uas.obj" ".\Temp\usb_chap9.obj" ".\Temp\usb_hal.obj" ".\Temp\usb_hal_isr.obj" ".\Temp\usb_hid.obj" ".\Temp\usb_stack.obj" ".\Temp\usb_vendor.obj" ".\Temp\vim_intvecs.obj" ".\Temp\vim_nvic.obj" ".\Temp\wdt.obj" -z --library=".\tusb9260_link.cmd" --disable_auto_rts -m ".\Temp\TUSB926x.map" --rom_model --verbose_diagnostics --warn_sections -o ".\Temp\TUSB926x.out"
<Linking>
error: cannot find file ".\tusb9260_link.cmd"
warning: creating output section ".text" without a SECTIONS specification
warning: creating output section ".const" without a SECTIONS specification
warning: creating output section ".bss" without a SECTIONS specification
warning: creating output section ".cinit" without a SECTIONS specification
warning: creating output section ".intvecs" without a SECTIONS specification
warning: creating output section ".m3vim_table" without a SECTIONS
specification
warning: creating ".stack" section with default size of 0x800; use the -stack
option to change the default size
undefined first referenced
symbol in file
--------- ----------------
_Stack_pv .\Temp\intvecs.obj
error: unresolved symbols remain
error: errors encountered during linking; ".\Temp\TUSB926x.out" not built
>> Compilation failure
E:\MyPrograms\sata2usb>"E:\MyPrograms\ti_arm_cgt\bin\armhex" -b -map=".\Temp\TUSB926x_binary.map" -o=".\Temp\TUSB926x.bin" ".\Temp\TUSB926x.out"
fatal error: cannot open input file ".\Temp\TUSB926x.out": No such file or
directory
E:\MyPrograms\sata2usb>"E:\MyPrograms\ti_arm_cgt\bin\armhex" --intel -memwidth=8 -map=".\Temp\TUSB926x_hex.map" -o=".\Temp\TUSB926x.hex" ".\Temp\TUSB926x.out"
fatal error: cannot open input file ".\Temp\TUSB926x.out": No such file or
directory
==========================================================================