nim-xv6
nim-xv6 copied to clipboard
Error: system module needs: echoBinSafe
Hi! I have a problem when I follow build instructions:
make[1]: Leaving directory '/home/masood/Desktop/Dev/nim-xv6/boot/x86_64'
nim c --noLinking --os:standalone --deadCodeElim:on --noMain --parallelBuild:1 --gcc.exe:gcc --passC:"-Inim/tinyc/win32/include" --passC:"-w" --passC:"-O2" --passC:"-Wall" --passC:"-Wextra" --passC:"-ffreestanding" --passC:"-mcmodel=kernel" --threads:on main.nim
Hint: used config file '/home/masood/.choosenim/toolchains/nim-0.19.0/config/nim.cfg' [Conf]
Hint: system [Processing]
Error: system module needs: echoBinSafe
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 1
Using: Nim Compiler Version 0.19.0 [Linux: amd64]