In the DaVinci workshop, our lab9a uses a dummy codec (vid copy) with a published engine - works fine in SDK 1.10 (engine and codecs were built with 1.10). After installing SDK 1.30 and making the proper modifications to the paths (new sdk path, new CE path, etc), my main.c code barfs on the call to CERuntime_init(). The path to the header file CERuntime.h is correct. However, during compilation (not linking), the compiler says "undefined reference to CERuntime_init(). I have gone over the paths multiple times, I have even hard-coded the paths into the main.c file with no success - same failure. Do I need to rebuild the engine.o file or the codecs inside the engine to work with SDK 1.30?
Something is missing. Any help is much appreciated. FYI...labs 5-8 work fine. This is the first lab that uses CE and the call to CERuntime_init().
Thanks for any wisdom you can provide...
Cheers,
Eric