Add/Replace/Delete/Extract object files from a C6000 LIB

DSP Topics
Post Reply
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Add/Replace/Delete/Extract object files from a C6000 LIB

Post by Neo » Fri Nov 13, 2009 3:22 am

  • List object (.obj) files compiled to library
    ar6x.exe" -t <LIB file>
  • Add Object File
    ar6x.exe" -a <LIB file> <Obj file>
  • Replace Object File
    ar6x.exe" -r <LIB file> <Obj file>
  • Extract Object File
    ar6x.exe" -x <LIB file> <Obj file>

    I think C2000 and C5000 must have ar2x and ar5x with same command line format.
  • Delete Object File
    ar6x.exe" -d <LIB file> <Obj file>
Post Reply

Return to “Digital Signal Processors”