In a txt format file ,i see the following:
"This source archive(img64x.src) may be rebuilt using
mk6x as follows: mk6x img64x.src -mv6400 -l img64x.lib"
But when I put mk6x.exe and img64x.src together in C:\d, and enter "mk6x img64x.src -mv6400 -l img64x.lib" in command line under DOS environment,
it tells me that "FILE 'img64x.src ' not an archive".(I have dir to C:\d)
after this
I enter "mk6x img64x.src -mv6400 -l img64x.lib" in command window which is open from ccs3.3 tools memu ,and it tell me "command mk6x not found"
so I get stuck.
if the command need a specific directory ,and how to do that?