I am porting some code with heavy use of stdlib and CF.
Linking against CF produces the error: CoreFoundation is not available when building for DriverKit.
I get errors like error: no member named 'clock_t' in the global namespace.
What is the correct approach here?
Could I statically link stdlib?
Should I move my processing code to a separate process?
Related:
https://stackoverflow.com/questions/61797150/can-i-use-stl-in-a-driverkit-driver/61820426#61820426
3
0
1.5k