From: David A. <all...@gm...> - 2015-05-05 21:37:39
|
Hi everyone, I was curious if anyone was able to get TrustedGRUB working successfully on OEL 6.5 with UEK 3.8.13. After trying the installation instructions (./build_tgrub.sh), I first got the "configure:3513: error: C compiler cannot create executables" error. I believe thats because I'm trying to compile the 32-bit TrustedGRUB on this 64-bit architecture. I was able to fix that by changing the CFLAGS to -64 instead of -32, but now I get the "disk_io.c:151: Error: Incorrect register `%rax' used with `l' suffix" error, as well as multiple other register errors. Is there any way to successfully install TrustedGRUB on this platform? Any help is much appreciated. Thanks, David |