Folks at CoreAudio,
I am trying to compile the SampleUSBAudioPlugin for MAC, which went fine.
I also tried setting up my kernel debugger and was able to break into the traget.
I am able to see the driver loaded using showallkmods on the host machine.
However I am unable to create a symbol file for the kernel extension on the host machine.
When I try doing this on my host machine
sudo kextutil -s <Location of kext and kext.dSYM> -n -arch i386 -k /Volumes/KernelDebugKit/mach_kernel -e -r /Volumes/KernelDebugKit <location of my kext> |
I get the following error message:
IOAudioFamily.kext - no dependency found for com.apple.kext.OSvKernDSPLib.
IOAudioFamily.kext - no dependency found for com.apple.kext.OSvKernDSPLib.
/tmp/SampleUSBAudioPlugin.kext has problems:
Dependency Resolution Failures:
Indirect dependencies can't be resolved:
com.apple.iokit.IOAudioFamily
com.apple.driver.AppleUSBAudio
I tried doing the following to have the resolution removed:
http://osdir.com/ml/darwin-kernel/2010-05/msg00041.html
But creating the symbol file still doesn't work.