[comp.os.minix] Help with 1.5.0 kernel compilation

rattan@frith.egr.msu.edu (03/06/90)

	I am having big trouble in making the kernel image on PC-XT
with 1.5.0 kernel/*. I am using cc, make, include/*, lib/libc.a from
1.5.3 version. To create kernel/*.s files I had to change stack for
lib/cpp from 30000 to 40000. I get the error after creation of .s
files:
	asld: out of memory
	make: Error code 256
The root fiel system on my pc-xt is on /dev/hd2 with 3400Kb of space
out of which 3136Kb is avilable for /tmp. I even tried with maximum
stack allocation for lib/cpp, lib/cem, lib/cg, and lib/opt and got the
same result. The -T. flag for asld also did not work! Help to remedy
the situayion will be greatly appreciated. Any ideas to what is amiss?

- ishwar rattan (rattan@frith.egr.msu.edu)