when I try to run ``` make qemu ``` I get this error: ``` test1.c:38:7: error: this ‘while’ clause does not guard... [-Werror=misleading-indentation] while(wait(0)>=0); ``` so I comment this line then run it again but it doesn't start qemu terminal
when I try to run
make qemuI get this error:so I comment this line then run it again but it doesn't start qemu terminal