Build problem with m68K architecture

The m68K architecture (pre-powerpc apple computers) won't build. This problem has been around since nhc98-1.10:
Automatic build of nhc98_1.10-3 on ipmsun1 by sbuild/m68k 1.159 Build started at 20020212-0953 ****************************************************************************** [...] gcc -c -I../Kernel -I/build/buildd/nhc98-1.10/include -O3 -o /build/buildd/nhc98-1.10/targets/m68k-Linux/obj/runtime/Integer/mpn_div.o mpn_div.c mpn_div.c: In function `_mpn_div': mpn_div.c:136: `asm' operand requires impossible reload make[3]: *** [/build/buildd/nhc98-1.10/targets/m68k-Linux/obj/runtime/Integer/mpn_div.o] Error 1 make[3]: Leaving directory `/build/buildd/nhc98-1.10/src/runtime/Integer' make[2]: *** [afile] Error 2 make[2]: Leaving directory `/build/buildd/nhc98-1.10/src/runtime' make[1]: *** [targets/m68k-Linux/runtime] Error 2 make[1]: Leaving directory `/build/buildd/nhc98-1.10' make: *** [build-stamp] Error 2 ****************************************************************************** Build finished at 20020212-1005 FAILED [dpkg-buildpackage died] ------------------------------------------------------------------------------
But continues through today:
Automatic build of nhc98_1.10-3 on ipmsun1 by sbuild/m68k 1.159 Build started at 20020212-0953 ****************************************************************************** [...] gcc -c -I../Kernel -I/build/buildd/nhc98-1.10/include -O3 -o /build/buildd/nhc98-1.10/targets/m68k-Linux/obj/runtime/Integer/mpn_div.o mpn_div.c mpn_div.c: In function `_mpn_div': mpn_div.c:136: `asm' operand requires impossible reload make[3]: *** [/build/buildd/nhc98-1.10/targets/m68k-Linux/obj/runtime/Integer/mpn_div.o] Error 1 make[3]: Leaving directory `/build/buildd/nhc98-1.10/src/runtime/Integer' make[2]: *** [afile] Error 2 make[2]: Leaving directory `/build/buildd/nhc98-1.10/src/runtime' make[1]: *** [targets/m68k-Linux/runtime] Error 2 make[1]: Leaving directory `/build/buildd/nhc98-1.10' make: *** [build-stamp] Error 2 ****************************************************************************** Build finished at 20020212-1005 FAILED [dpkg-buildpackage died] ------------------------------------------------------------------------------
Any ideas on how to correct? -Brent

Brent Fulgham
The m68K architecture (pre-powerpc apple computers) won't build. This problem has been around since nhc98-1.10:
In function `_mpn_div': mpn_div.c:136: `asm' operand requires impossible reload
Try this patch. I don't know enough about m68k assembler to be certain that it will fix the problem, but it might be a useful start. Regards, Malcolm
participants (2)
-
Brent Fulgham
-
Malcolm Wallace