Looking for a particular SHC library

How important is the sh lib named "shcnpic" ? I have version 9 and 10 of the Katana SDK, and it's nowhere to be found. My programmers instinct tell me that this is a VERY IMPORTANT library for successful compilation, and initialization. Either way I need this as I feel this is a pretty important library. Can someone point me in the proper direction of it ?
 
Shcnpic.lib is the SH2 standard library variant that's not built for position-independent code. It would be included with the compiler, not the SDK. Though I don't see why you'd need it - the SH2 is big-endian, while the Dreamcast is little-endian.
 
Back
Top