LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   Problem building Linux Profile for volatility (https://www.linuxquestions.org/questions/linux-kernel-70/problem-building-linux-profile-for-volatility-4175456249/)

wopmike2001 03-31-2013 07:20 AM

Problem building Linux Profile for volatility
 
I am using volatilty to analyze memory dumps and I am having issues in building a linux profile. Getting the following error when making the dwarf file. Any help would be appreciated

mike@mike-virtual-machine ~/Downloads/volatility-2.2/tools/linux $ sudo make
make -C //lib/modules/3.5.0-17-generic/build CONFIG_DEBUG_INFO=y M= modules
make[1]: Entering directory `/usr/src/linux-headers-3.5.0-17-generic'
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf --silentoldconfig Kconfig
make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-17-generic'
make[1]: Entering directory `/usr/src/linux-headers-3.5.0-17-generic'
make[2]: *** No rule to make target `/usr/src/linux-headers-3.5.0-17-generic/arch/x86/syscalls/syscall_32.tbl', needed by `arch/x86/syscalls/../include/generated/asm/unistd_32.h'. Stop.
make[1]: *** [archheaders] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-17-generic'
make: *** [dwarf] Error 2

angryfirelord 05-01-2013 12:33 PM

That looks like a Makefile problem. Have you reported anything to the developers about it? Did you change anything to the source code before compiling it? If so, it might be worthwhile starting over with a clean slate.

tux111 10-29-2013 12:46 PM

could you build the profile meanwhile? i got a similar error message. do you have another tutorial but the official from google code page?


All times are GMT -5. The time now is 03:37 AM.