0

I'm TAing an Operating Systems class, and I'm trying to get a working install of Harvard's OS161 set up on our Mandriva lab machines.

I've got the toolchain set up, but when I try to build the source with bmake, I get the following error:

"bmake: no system rules (sys.mk)."

Does anyone know how to fix this? I'm fairly sure it's a problem with the bmake install, not with the source itself.

jmite
  • 8,171
  • 6
  • 40
  • 81

1 Answers1

4

try to set the bmake flag manually $export MAKESYSPATH=~/os161/tools/share/mk/