Sorry if this is covered somewhere in the docs, but all the examples I see regarding building the drivers, codec engine etc. just do so in-place within the SDK installation directories.
host $ cd $(DVSDK)
host $ make codecs_clean
host $ make codecs
Is there a recommended way to set up and build with the drivers source so that different users (or just different products which need their own settings) on a system with DVSDK installed, can work with their own local source copies ? Or should one just copy the relevant directories ?
eg working in /home/users/joe_bloggs/dvsdk_drivers/cmem ... dvsdk_drivers/dsplink
This is really to allow builds to be done with different build settings, so if a local make with suitable parameters could still use all the in-place DVSDK source files, but just generate its build output(s) locally (and use local parameter files), that would be very useful.