Saksham Jain
Saksham Jain
So I am mostly interested in using the assembler to JIT compile machine code and then execute it. I was wondering is it possible to make the JIT code debuggable...
I am also having trouble building kernel. I am doing the following: $cmake -H. -Brelease -Ddriver=nouveau -Duser=OFF -Druntime=ON -Dusched=OFF -Duse_as=OFF $make -C release I get the following error: [100%] Generating...
When I run the following command: $ cmake -H. -Brelease \ -Ddriver=nouveau \ -Duser=ON \ -Druntime=ON \ -Dusched=OFF \ -Duse_as=OFF \ -DCMAKE_BUILD_TYPE=Release $ make -C release I get the following...