Tool/software:
Hello,
I am trying to build the threadx example project and followed the instructions on the landing page https://github.com/TexasInstruments/threadx. I setup a clean repo and followed the instructions. The issue seems to be in netx library. I was successful in building the example project as it doesnt rely on this library.
The build was on a Mac (arm) platform.
Compiling: netxduo.am243x.r5f.ti-arm-clang.debug.lib: /Users/ssirpatil/Git/TI5/mcu_plus_sdk/source/networking/netxduo/netxduo_src/addons/web/nx_web_http_server.c Compiling: netxduo.am243x.r5f.ti-arm-clang.debug.lib: /Users/ssirpatil/Git/TI5/mcu_plus_sdk/source/networking/netxduo/netxduo_src/addons/websocket/nx_websocket_client.c . Archiving: netxduo.am243x.r5f.ti-arm-clang.debug.lib to lib/netxduo.am243x.r5f.ti-arm-clang.debug.lib ... /Users/ssirpatil/ti/ti_cgt_arm_llvm_4.0.1.LTS/bin/tiarmar: error: @lib/file_list: No such file or directory make[2]: *** [lib/netxduo.am243x.r5f.ti-arm-clang.debug.lib] Error 1 make[1]: *** [netxduo_r5f.ti-arm-clang] Error 2 make: *** [libs] Error 2