So did clone it got to utils tried to run make But it gave an error
cc -o ramdumper ramdumper.cc -lcommon
ramdumper.cc:2:10: fatal error: hexdump.h: No such file or directory
2 | #include <hexdump.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:5: ramdumper] Error 1
Not sure what to do from here if you can help me further with this that would be great probably continue it tomorrow
cc -o ramdumper ramdumper.cc -lcommon
ramdumper.cc:2:10: fatal error: hexdump.h: No such file or directory
2 | #include <hexdump.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:5: ramdumper] Error 1
Not sure what to do from here if you can help me further with this that would be great probably continue it tomorrow
Statistics: Posted by profile_name_1 — Sun Jan 21, 2024 6:10 am