On Sun, Apr 18, 2021 at 07:25:08PM +0200, Fawad Lateef wrote:
> I tried booting the userspace compiled with gcc-9.1 and kernel
> compiled with gcc-5.5. But seems like the kernel 3.4.111 is not
> compatible with user-space compiled with gcc-9.1.
> During boot getting error: "FATAL: kernel too old."
Hi Greg,
(Sending again as seems like I had rich-text available by mistake, so
likely my message is rejected)
On Tue, 30 Mar 2021 at 15:40, Greg KH wrote:
>
> On Tue, Mar 30, 2021 at 03:23:10PM +0200, Fawad Lateef wrote:
> > So can I still use kernel-3.4 compiled with gcc-5.5, and boot full
> >
On Tue, Mar 30, 2021 at 3:23 PM Fawad Lateef wrote:
> On Mon, 29 Mar 2021 at 22:06, Arnd Bergmann wrote:
> >
> > On Mon, Mar 29, 2021 at 9:23 PM Fawad Lateef wrote:
> > >
> > > On Mon, 29 Mar 2021 at 06:57, Greg KH wrote:
> > > >
> > > > On Sun, Mar 28, 2021 at 10:20:50PM +0200, Fawad Lateef wr
On Tue, Mar 30, 2021 at 03:23:10PM +0200, Fawad Lateef wrote:
> So can I still use kernel-3.4 compiled with gcc-5.5, and boot full
> user-space with gcc-9.1?
Yes, of course.
> I was expecting it to be possible but might not work due to
> incompatibility? As I know that when I tried to compile bui
Hi Arnd,
On Mon, 29 Mar 2021 at 22:06, Arnd Bergmann wrote:
>
> On Mon, Mar 29, 2021 at 9:23 PM Fawad Lateef wrote:
> >
> > On Mon, 29 Mar 2021 at 06:57, Greg KH wrote:
> > >
> > > On Sun, Mar 28, 2021 at 10:20:50PM +0200, Fawad Lateef wrote:
> > > > Hi
> > > >
> > > > I am using an Olimex A20
On Mon, Mar 29, 2021 at 9:23 PM Fawad Lateef wrote:
>
> On Mon, 29 Mar 2021 at 06:57, Greg KH wrote:
> >
> > On Sun, Mar 28, 2021 at 10:20:50PM +0200, Fawad Lateef wrote:
> > > Hi
> > >
> > > I am using an Olimex A20 SOM with NAND and due to some binary blob for
> > > NAND driver, I am stuck with
On Mon, Mar 29, 2021 at 09:20:32PM +0200, Fawad Lateef wrote:
> Hi Greg,
>
>
>
> On Mon, 29 Mar 2021 at 06:57, Greg KH wrote:
> >
> > On Sun, Mar 28, 2021 at 10:20:50PM +0200, Fawad Lateef wrote:
> > > Hi
> > >
> > > I am using an Olimex A20 SOM with NAND and due to some binary blob for
> > > N
Hi Greg,
On Mon, 29 Mar 2021 at 06:57, Greg KH wrote:
>
> On Sun, Mar 28, 2021 at 10:20:50PM +0200, Fawad Lateef wrote:
> > Hi
> >
> > I am using an Olimex A20 SOM with NAND and due to some binary blob for
> > NAND driver, I am stuck with the sunxi kernel 3.4.xxx version. (Repo
> > here: https:
On Sun, Mar 28, 2021 at 10:20:50PM +0200, Fawad Lateef wrote:
> Hi
>
> I am using an Olimex A20 SOM with NAND and due to some binary blob for
> NAND driver, I am stuck with the sunxi kernel 3.4.xxx version. (Repo
> here: https://github.com/linux-sunxi/linux-sunxi)
Please work with the vendor that
On Sun, 28 Mar 2021 at 22:49, Andy Shevchenko wrote:
>
>
>
> On Sunday, March 28, 2021, Fawad Lateef wrote:
>>
>> Hi
>>
>> I am using an Olimex A20 SOM with NAND and due to some binary blob for
>> NAND driver, I am stuck with the sunxi kernel 3.4.xxx version. (Repo
>> here: https://github.com/lin
On Sat, Oct 13, 2007 at 10:16:08PM +0530, animesh saxena wrote:
> Hi,
>I am a kernel newbie, so need some help trying to compile it.
> I have fedora 7 installed.
>
> While compiling it, I get errors as follows.
>
> HOSTCC scripts/basic/fixdep
> scripts/basic/fixdep.c:107:23: error: sy
Greetings,
This is not the proper forum for compilation help (if nothing is broken of
course). You would probably get good help asking on fedora forum (or simply do
a search there). Looking at your log it seems to more reflect headers missing
than anything wrong with the kernel in it self.
If
Le 16.07.2005 19:11, k8 s a écrit :
> To be more clear, say I have selected CONFIG_XFRM=y in .config file
> I want to make a change such that net/xfrm/Makefile has an entry
> CFLAGS += -g so that it generates debugging information for all the
> modules in that directory
Look at Documentation/kbui
On Wed, May 02, 2001 at 06:00:00PM +0530, [EMAIL PROTECTED] wrote:
> suppose I am making some change in sched.c and now I want to build my kernel
> that reflects the change..
> Is there any way I can avoid answering all the questions when I do make zImage ?
>
> In short how should I compile the
On Wed, 2 May 2001 [EMAIL PROTECTED] wrote:
> The question may sound very stupid... But I have following doubt.
>
> suppose I am making some change in sched.c and now I want to build my kernel
> that reflects the change..
> Is there any way I can avoid answering all the questions when I do m
> make xconfig
> make dep
> make clean
[make bzImage]
you need the kernel image here
> make modules
> make modules_install
> edit /etc/lilo.conf and add lilo header.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please re
On Tue, 3 Oct 2000, Tom Cheung wrote:
> Would anyone tell me how can I update the kernel and modules
> simultaneously without losing previous installed modules.Thanks a lot !!
Hi. Let me first say that although I'm subscribed to lkml, I'm really only
an aspiring kernel hacker, not in any way a g
On Tue, 03 Oct 2000 16:17:54 +0800,
Tom Cheung <[EMAIL PROTECTED]> wrote:
>make mrproper
>make xconfig
>make dep
>make clean
>make modules
>make modules_install
>edit /etc/lilo.conf and add lilo header.
>
>Then after reboot I only see net directory under new modules directory
>/lib/modules/2.2-17
18 matches
Mail list logo