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.

RTSC Wizard, Codec Engine

Other Parts Discussed in Thread: OMAP-L137

I'm trying to run the RTSC Wizard on the version of universal_copy that has been renamed (to my codec's name). That is, I replaced all instances of "universal_copy" with my codec's name, I replaced all instances of "UNIVERSALCOPY" with my codec's name in all caps, etc. I changed the target version to -mv6740 (rather than the -mv64P that the universal_copy project used). I did that because I found it necessary on another version of a project that used other elements of TI features. No other changes were made to the project. I added the library. I did not add any other files (because I'm unaware of any). My goal is to put this project on the Linux box and have the normal codec build run on it, creating whatever it needs to run. That includes creating the .mak file that package.bld creates.

While running the RTSC wizard:

I can't find any file named nm6x on my machine, so I left that blank. I didn't understand what the next page (that listed ialgFxns, idma3Fxns, etc on it) meant, so I just hit Next. There were no values in the Config Name column of the first table or in the Return Values of the second table. I don't know if that is good or bad, but the instructions to "manually enter these values" didn't mean anything to me, because I don't know what a Config name (debug or release are the only candidates that come to mind) or Return value (does this want a type or an equation or variable name?) would look like (no samples given).

On the next page, I'm told to edit the table as needed, but there are no entries in the table. When I read the instructions, it sounded like that might be okay, but the Next button is not enabled. I tried both the Use Minimum and Guess Link buttons, but neither did anything.

Can you tell me where to find nm6x in the OMAP-L137 distributions? Or what kind of values to enter into the tables for Config Name (debug or release?) and Return value? Were there additional files I should have added?