[VM] Recompiling the VM under MacOsX

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Sat Aug 23 15:21:52 UTC 2003


Alexandre Bergel wrote:

> Hi Ned!
> 
> Unfortunately, I have tried with the VM from Ian, and it still does not work. I get a new error, but it seems to be related to the Darwin compiler:
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> gcc -no-cpp-precomp -g -O2 -O3 -mcpu=750 -funroll-loops -DHAVE_CONFIG_H -I/Volumes/Data/Squeak2/Squeak-3.6-beta5/bld -I/Volumes/Data/Squeak2/Squeak-3.6-beta5/platforms/unix/vm -I/Volumes/Data/Squeak2/Squeak-3.6-beta5/platforms/Cross/vm -c /Volumes/Data/Squeak2/Squeak-3.6-beta5/platforms/unix/plugins/ObjectiveCPlugin/sqUnixObjC.m  -fno-common -DPIC -o sqUnixObjC.lo
> /Volumes/Data/Squeak2/Squeak-3.6-beta5/platforms/unix/plugins/ObjectiveCPlugin/sqUnixObjC.m: In function `forwardByteArrayArgMsg':
> /Volumes/Data/Squeak2/Squeak-3.6-beta5/platforms/unix/plugins/ObjectiveCPlugin/sqUnixObjC.m:406: internal error: Bus error
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://developer.apple.com/bugreporter> for instructions.
> make[1]: *** [sqUnixObjC.lo] Error 1
> make: *** [ObjectiveCPlugin.la] Error 2
> bash-2.05a$ 
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Upgrade your C compiler (there is a gcc updater at Apple dev).

Quick fix: remove the ObjectiveCPlugin directory. You probably won't 
need it, anyway.


-- Bert



More information about the Squeak-dev mailing list