I'm trying to follow this post on migrating the NDK lib from coff format to ELF.

-------------------------------------------------------------------------------------------------------
make -f ndk.mak from the command line gives me this output:
n\gmake.exe -f ndk.mak
building ndk packages ...
C:/CCS_51/xdctools_3_23_02_47\packages\xdc\bld\xdc_top.mak:273: Warning: nothing
to build; specified -P[RrD] options don't match any packages
-P
-Pr ./packages
-PR
-PD
making all: Wed Apr 27 14:50:37 USMST 2016 ...
.interfaces files complete: Wed Apr 27 14:50:38 USMST 2016.
.libraries files complete: Wed Apr 27 14:50:38 USMST 2016.
.dlls files complete: Wed Apr 27 14:50:38 USMST 2016.
.executables files complete: Wed Apr 27 14:50:39 USMST 2016.
all files complete: Wed Apr 27 14:50:39 USMST 2016.
-------------------------------------------------------------------------------------------------------
ndk.mak has this
#
# Where to install/stage the packages
# Typically this would point to the devkit location
#
DESTDIR = C:\work\ndk_2_20_06_35\ndk_2_20_06_35\packages\ti\ndk\lib
prefix = /
docdir = /docs/ndk
packagesdir = C:\work\ndk_2_20_06_35\ndk_2_20_06_35\packages
# USER STEP: user must define below path to xdc installation
# Set up dependencies
XDC_INSTALL_DIR = C:\CCS_51\xdctools_3_23_02_47
SYSBIOS_INSTALL_DIR = C:\CCS_51\bios_6_33_05_46
#
# Set location of various cgtools
# These variables can be set here or on the command line. The ?= makes
# the command line to take precedence over the setting in this file.
#
# USER STEP: user must define below paths to compilers
ti.targets.elf.C64P_big_endian = C:/CCS_51/ccsv5/tools/compiler/7.3.23
Can you help, please?
Work environment
CCS version 5.1
NDK version 2.20.6.35
BIOS version 6.33.05.46
Big Endian, C64P, ELF