|
From: Angel T. <fn...@fm...> - 2006-02-22 20:26:10
|
Compilation of Valgrind 3.1.0 on PPC32 fails with the following error: In file included from ../../source/unpacked/coregrind/m_cpuid.S:31: ../../source/unpacked/coregrind/pub_core_basics_asm.h:45:20: error: config.h: No such file or directory make[3]: *** [libcoregrind_ppc32_linux_a-m_cpuid.o] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 File config.h exists in the "../../build" folder - this is where I put the output from configure - but the compiler cannot find it. May I build Valgrind in a folder other thatn the source one? |
|
From: Nicholas N. <nj...@cs...> - 2006-02-22 21:58:43
|
On Wed, 22 Feb 2006, Angel Tsankov wrote: > In file included from ../../source/unpacked/coregrind/m_cpuid.S:31: > ../../source/unpacked/coregrind/pub_core_basics_asm.h:45:20: error: config.h: > No such file or directory > make[3]: *** [libcoregrind_ppc32_linux_a-m_cpuid.o] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > File config.h exists in the "../../build" folder - this is where I put the > output from configure - but the compiler cannot find it. > May I build Valgrind in a folder other thatn the source one? In theory, but it frequently is broken because we don't test it very often :( Nick |