jcormier / TI_BLE_CC2650_Linux_Convert

Conversion script to allow building CC2650 code on linux
MIT License
12 stars 3 forks source link

Error Compiling project zero for cc2650lp #6

Open PG-DESD opened 6 years ago

PG-DESD commented 6 years ago

"/home/test/workspace_v7BLE/project_zero_stack_cc2650/TOOLS/lib_linker.cmd", line 6: error #10008-D: cannot find file "Z:\home\test\ti\simplelink\ble_sdk_2_02_01_18\blelib\host\host_pxxx.a" "/home/test/workspace_v7BLE/project_zero_stack_cc2650/TOOLS/lib_linker.cmd", line 7: error #10008-D: cannot find file "Z:\home\test\ti\simplelink\ble_sdk_2_02_01_18\blelib\ctrl\cc2640\cc2640_ctrl_pxxx.a" "/home/test/workspace_v7BLE/project_zero_stack_cc2650/TOOLS/lib_linker.cmd", line 8: error #10008-D: cannot find file "Z:\home\test\ti\simplelink\ble_sdk_2_02_01_18\blelib\hci_tl\cc26xx\cc26xx_hci_tl_none.a"

jcormier commented 6 years ago

I'm sorry, it's been a while since I've looked at this. I'm not sure how much help I can provide.

smeetsomaiya commented 5 years ago

Facing the same issue with ble_sdk_2_02_01_18 CCS 9.0.1.00004

I ended up here while following this guide http://processors.wiki.ti.com/index.php/Building_BLE_Projects_on_Linux To compile BLE SDK projects on Linux. The guide is for CCS6, quite old.

Is anyone aware of an updated guide or has managed to fix this issue?

Following are the logs

"/home/smeet/ti/simplelink/ble_sdk_2_02_01_18/examples/cc2650stk/simple_peripheral/ccs/config/lib_linker.cmd", line 6: error #10008-D: cannot find file "Z:\home\smeet\ti\simplelink\ble_sdk_2_02_01_18\blelib\host\host_pxxx.a" "/home/smeet/ti/simplelink/ble_sdk_2_02_01_18/examples/cc2650stk/simple_peripheral/ccs/config/lib_linker.cmd", line 7: error #10008-D: cannot find file "Z:\home\smeet\ti\simplelink\ble_sdk_2_02_01_18\blelib\ctrl\cc2640\cc2640_ctrl_pxxx.a" "/home/smeet/ti/simplelink/ble_sdk_2_02_01_18/examples/cc2650stk/simple_peripheral/ccs/config/lib_linker.cmd", line 8: error #10008-D: cannot find file "Z:\home\smeet\ti\simplelink\ble_sdk_2_02_01_18\blelib\hci_tl\cc26xx\cc26xx_hci_tl_none.a" "/home/smeet/ti/simplelink/ble_sdk_2_02_01_18/examples/cc2650stk/simple_peripheral/ccs/config/lib_linker.cmd", line 6: error #10008-D: cannot find file "Z:\home\smeet\ti\simplelink\ble_sdk_2_02_01_18\blelib\host\host_pxxx.a" "/home/smeet/ti/simplelink/ble_sdk_2_02_01_18/examples/cc2650stk/simple_peripheral/ccs/config/lib_linker.cmd", line 7: error #10008-D: cannot find file "Z:\home\smeet\ti\simplelink\ble_sdk_2_02_01_18\blelib\ctrl\cc2640\cc2640_ctrl_pxxx.a" "/home/smeet/ti/simplelink/ble_sdk_2_02_01_18/examples/cc2650stk/simple_peripheral/ccs/config/lib_linker.cmd", line 8: error #10008-D: cannot find file "Z:\home\smeet\ti\simplelink\ble_sdk_2_02_01_18\blelib\hci_tl\cc26xx\cc26xx_hci_tl_none.a"

jcormier commented 5 years ago

Sorry I've not touched any of this in 2 years.