maxdev1 / ghost

Ghost, a micro-kernel based hobby operating system.
http://ghostkernel.org/
GNU General Public License v3.0
560 stars 57 forks source link

When I'm compiling the Kernel, I'm always Getting the Errors #20

Closed eilhanzy closed 5 years ago

eilhanzy commented 6 years ago

Hello, when I'm compiling your operating system I'm getting this error: "./applications.sh: 12: ../../ghost.sh: Bad substitution" I can't install toolchain on my computer. Because giving an "Building Failed" error. I'm using the Ubuntu Server 18.04. I'm tried another on the linux distro (Pardus 17) on VM but same error. My installed compilers gcc, g++, binutils (latest version). Thank you.

maxdev1 commented 5 years ago

Hello, run the installation script with /bin/bash instead of /bin/sh, the later probably does not point to a bash shell on your system.