Results 2 issues of Chandra Koduru

Hi, When I try to compile the debugger using 'gcc -w debugger.c', I get following error. ------------------------------------ debugger.c: In function ‘set_rip’: debugger.c:80:7: error: ‘struct user_regs_struct’ has no member named ‘eip’...

Hi, I was following along on this page: https://github.com/Gabriel439/haskell-nix/tree/master/project1 The above nix-build command has failed. Even `nix-build --attr project1 release3.nix` is failing due to process pkg. I tried using different...