Hey everyone,
I'm currrently working with the NSketch car black box DM385 EVM, and I've had some trouble getting a basic application off the ground. Apologies if this comes across as a dumb question, but I'm not 100% sure on how exactly I'm supposed to go about building against the McFW framework or using the usecases provided in the software package I've received.
I've poured over all the documentation provided but it feels like there's something missing or me just not understanding a piece of common knowledge. I've linked against the built static libraries(carbb_rdk_mcfw_api.a, carbb_rdk_mcfw.a, carbb_rdk_link_api.a, etc), which results in plenty of unresolved outside dependencies which I've attempted solving but it seems like there's an easier option that I'm not considering. Additionally I could add entries or make modifications to the large recursive makefile that compiles the RDK and other applications but that doesn't seem like the best approach either. So I was wondering if there's a piece of documentation out there somewhere that may help clarify the process of building an application using usecases/McFW or if anyone would be kind enough to explain to me where I'm going wrong with my approach so far.
Thanks,
Dave