This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/AM3359: Binsrc usage

Part Number: AM3359

Tool/software: Code Composer Studio

Dear TI team,

I wish to use ndk tool binsrc.exe to turn HTML into char array, when using binsrc in DOS, the [input file] [output file] are full path or only the file name?

Best regards

Haowen Yang

  • Hi,

    I looked at the source code: ndk_3_40_01_01\packages\ti\ndk\tools\binsrc\binsrc.c. It is a very simple code to open input file and write to output file with given size.

    If you put the input/output under the same folder as executable, you can use just the file name. Otherwise, the full path + file name.

    Regards, Eric