It looks like NDK 2.2 did away with the example projects (helloWorld, etc).
There are Windows-side apps in the winapps dir, but where are the target-side apps?
Anyways, to try to get around this I tried compiling the NDK 2.1 helloWorld app and got these errors:
**** Build of configuration Custom for project helloworld ****
C:\Program Files (x86)\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building file: ../evm6472.tcf'
'Invoking: TConf Script Compiler'
"C:/Program Files (x86)/Texas Instruments/xdctools_3_20_06_81/tconf" -b -Dconfig.importPath="C:/Program Files (x86)/Texas Instruments/bios_5_41_02_14/packages;%NDK_INSTALL_DIR%/packages/ti/ndk/inc/tci;%NDK_INSTALL_DIR%/packages/ti/ndk/example/network/helloworld/common;;" "../evm6472.tcf"
js: "C:/Program Files (x86)/Texas Instruments/xdctools_3_20_06_81/include/utils.tci", line 582: Error: Can't find import file: 'helloworld.tci' (not found along 'C:\work\fourth_workspace\helloworld\Custom/../;C:/Program Files (x86)/Texas Instruments/bios_5_41_02_14/packages;c:\ccsv4\custom_ndk_2_20_08_24/packages/ti/ndk/inc/tci;c:\ccsv4\custom_ndk_2_20_08_24/packages/ti/ndk/example/network/helloworld/common;;;C:\Program Files (x86)\Texas Instruments\xdctools_3_20_06_81/include;C:\Program Files (x86)\Texas Instruments\xdctools_3_20_06_81/packages')
gmake: *** [evm6472cfg.cmd] Error 1
gmake: Target `all' not remade because of errors.
Build complete for project helloworld
What generates the projects .tci file? And is this the real cause of the error?
Thanks, Peter