Hi,
I have an issue:
I'm trying to use TI examples for cc2650 in IAR.
I followed the instraction from "tirtos_Getting_Started_Guide" and generated examples successfully.
Each of the examples can be instantiete in IAR Studio without any hint, but I cannot buid them:
Error while running "D:\ti\xdctools_3_31_01_33_core/xs" --xdcpath="D:\ti\tirtos_simplelink_2_13_01_09\packages;D:\ti\tirtos_simplelink_2_13_01_09\products\uia_2_00_02_39\packages;;D:\ti\tirtos_simplelink_2_13_01_09\products\
bios_6_42_00_08\packages;" iar.tools.configuro -c "D:\IAR Systems\Embedded Workbench 7.0\arm" --cc "D:\IAR Systems\Embedded Workbench 7.0\arm\bin\iccarm.exe" --device "CC2650F128" --compileOptions "-o D:\PROJECTS\
cc2650\Workspace\Debug\Obj\ --no_cse --no_unroll --no_inline --no_code_motion --no_tbaa --no_clustering --no_scheduling --debug --endian=little --cpu=Cortex-M3 -f D:\PROJECTS\cc2650\Workspace/configPkg/compiler.opt.defs
--diag_suppress=Pa050 -Dewarm -ID:/ti/tirtos_simplelink_2_13_01_09/products/cc26xxware_2_21_01_15600 -e --fpu=None --dlib_config \"D:\IAR Systems\Embedded Workbench 7.0\arm\INC\c\DLib_Config_Normal.h\" -Ol" --linkOptions
"-o D:\PROJECTS\cc2650\Workspace\Debug\Exe\CC2650.out --config D:\PROJECTS\cc2650\Workspace/CC2650_CC2650DK.icf -f D:\PROJECTS\cc2650\Workspace/configPkg/linker.cmd
D:/ti/tirtos_simplelink_2_13_01_09/products/cc26xxware_2_21_01_15600/driverlib/bin/iar/driverlib.lib --semihosting --entry __iar_program_start --vfe" --profile release --projFile "D:\PROJECTS\cc2650\Workspace\CC2650.ewp"
could some one help with this problem.
Thanks in Advance
D.Krush