nitros9project / nitros9

NitrOS-9 Operating System
14 stars 15 forks source link

make[3]: os9: No such file or directory when building from sources in Ubuntu WSL2 linux #53

Closed hlemorvan closed 2 months ago

hlemorvan commented 2 months ago

Hi, I'v installed LWTOOLS 4.23 and the build failed :

export NITROS9DIR=$HOME/nitros9 cd $NITROS9DIR make

[...] cat ../modules/rel ../modules/krn ../modules/krnp2 ../modules/init ../modules/boot_dw_38400>kernel_dw os9 padrom 4608 kernel_dw make[3]: os9: No such file or directory make[3]: [makefile:957: kernel_dw] Error 127 make[3]: Leaving directory '/home/user/nitros9/level1/coco1/bootfiles' make[2]: [makefile:146: all] Error 2 make[2]: Leaving directory '/home/user/nitros9/level1/coco1' make[1]: [makefile:15: all] Error 2 make[1]: Leaving directory '/home/user/nitros9/level1' make: [makefile:24: all] Error 2

In rules.mak we have : [...] OS9 = os9 [...]

If we're using the OS-9 emulator and the real OS-9 assembler,

uncomment the following two lines.

AS = os9 /mnt2/src/ocem/os9/asm

ASOUT = o=

Should I have to install OS-9 emulator and the real OS-9 assembler ? Where could I find it?

Regards,

hlemorvan commented 2 months ago

I think, it's because I didn't install ToolShed as specified.

hlemorvan commented 2 months ago

Yes, it's OK :)