# # TSIM Shared Support # # runBSP=tsim-${tsimName} bspUsesGDBSimulator="no" bspGeneratesGDBCommands="yes" bspSupportsGDBServerMode="yes" bspNeedsSttySane="no" bspNeedsDos2Unix="yes" type ${runBSP} >/dev/null 2>&1 if [ $? -ne 0 ] ; then echo "Unable to find ${runBSP} on PATH." exit 1 fi # required for this to run echo | ${runBSP} -nohaspnet >/dev/null if [ $? -ne 0 ] ; then echo "No TSIM License for this machine." exit 1 fi runARGS() { echo "-c ${bspTreeFile} ${1}" } gdbServerARGS() { echo "-gdb" } bspGenerateGDBCommands() { cat <