Re: Newbie: ENBD on kernel 2.6 - kernel crash!
"Peter T. Breuer" <[email protected]>
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
"Also sprach Roland Paterson-Jones:" > This might be a dumb question, but is the gcc version crucial? Could > that be the problem? Sure - a bad gcc can cuase problems. Only certain compilers are certified to compile the kernel with. I always use gcc 2.95.4. I wouldn't trust anything more recent, though I do have gcc 3.4.0 installed for comparison purposes. To me it just looks as though you had random garbage lying around that got included in the compile. Make sure you clean out the compile directory (rm -fr /tmp/*, by the look of your messages) thoroughly. Peter