[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#256482: kernel-source-2.6.6: make menuconfig fails with compiler error



On Sun, Jun 27, 2004 at 01:27:09PM +0200, Alexander Reinholdt wrote:
> Configuring the kernel sources fails with an compiler error:
> 
> dustpuppy:/usr/src/kernel-source-2.6.6# make menuconfig
> HOSTCC  scripts/basic/fixdep
> cc1: internal compiler error: Speicherzugriffsfehler
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.

> For Debian GNU/Linux specific bug reporting instructions, see
> <URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.

> make[1]: *** [scripts/basic/fixdep] Fehler 1
> make: *** [scripts_basic] Fehler 2
> dustpuppy:/usr/src/kernel-source-2.6.6#

Why do you think this is a kernel error?  The files you're referred
to would tell you how to report a compiler bug (which is what this
most probably is).  When you're submitting bugs in future, please
don't report them from a non-english locale.  Babelfish tells me that
Speicherzugriffsfehler is a "Memory access error", but I don't know how
accurate that is.

In order to make a bug report that's useful to the gcc maintainer,
you probably want to compile with:

make V=1 menuconfig

and this will print the entire compile line rather than the shortened HOSTCC.

-- 
"Next the statesmen will invent cheap lies, putting the blame upon 
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince 
himself that the war is just, and will thank God for the better sleep 
he enjoys after this process of grotesque self-deception." -- Mark Twain



Reply to: