compiling for intel with gcc 4 and getting this error:
compiling for intel with gcc 4 and getting this error:
- Subject: compiling for intel with gcc 4 and getting this error:
- From: Herbert <email@hidden>
- Date: Sat, 21 Jan 2006 14:11:56 -0800
/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Kernel.framework/Headers/IOKit/IOMemoryDescriptor.h:337: error: 'static IOMemoryDescriptor* IOMemoryDescriptor::withSubRange(IOMemoryDescriptor*, IOByteCount, IOByteCount, IODirection)' is inaccessible
/Users/herby/Desktop/driver/Source/driver.cpp:1438: error: within this context
IOSubMemoryDescriptor* subBuffer = (IOSubMemoryDescriptor*)IOSubMemoryDescriptor::withSubRange(buffer, 0, buffer->getLength(), buffer->getDirection());
D Does anyone know why? This worked find with gcc 3.3 and target SDK of 10.3.9 (and powerPC, of course).
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden