Hi.
I guess that on most accelarators this is a matter of copying the appropriate libraries to libs:, but the BPPC is an exception because it keeps its own 680x0.library in its FlashROM. Therefor, you need to apply a something that will disable/flush that library from the FlashROM, otherwise the OS will always use this, instead of the disk-based one.
So, after i installed the MMULib.lha package, i added the BPPCFix040 BlizKick module and it did what it suppose to do. It disabled the 68040.library in order to allow SetPatch to load the 68040.library from LIBS:.
But it doesn't appear to work! I'm using the latest version of SetPatch (from OS3.9 BoingBag #2, iirc) and it displays an error message which says that "a >=43 version of 68040.library can not be found", more or less.
What can i do about about this? Has anyone succeded to make this work on a BPPC?
EDIT: Hey, i think that i have found the root of the problem. I've just checked the version of the library and it says:
68040.library 40.16 (Monday 12 November 2001)
(c) 1999-2001 The MMU.lib development group,
THOR
Now, the error message from SetPatch is justified. But, still, what can i do about it?