On 3/16/10, Jonathan Andrews <[email protected]> wrote:
> Im kinda stuck, any clues welcome, "error 1" is not very informative !

> OnSight_PC: 10.10.10.16> make
> MAKE i686-pc-linux-gnu :       0 * all-all
> make: *** [all-all] Error 1

It could be a bug in the builddir macros.  Can you work around the
problem like this?

make distclean
./configure --disable-builddir
(and then "make" as usual").

If not, maybe "make -d" would show something useful, though I doubt
it.  I'd start with "strace -f make", which would at least show you
whether it gets as far as trying to fork() and exec() /usr/bin/gcc.

Regards
Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-modules" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to