All of lore.kernel.org
 help / color / mirror / Atom feed
* #yocto #zeus Problem with moving from rocko to zeus
@ 2022-02-10 16:56 Dusan Radic
  2022-02-10 17:20 ` [yocto] " Khem Raj
  2022-02-10 17:58 ` Scott Murray
  0 siblings, 2 replies; 5+ messages in thread
From: Dusan Radic @ 2022-02-10 16:56 UTC (permalink / raw)
  To: yocto

Hello,

I am trying to upgrade my distro from rocko to zeus.
After I fixed all the initial parsing and build problems I have
reached a point where the linux-imx doesn't build. Maybe I am
underestimating the task in front of me, but I have already seen it
done.

The error looks like this:

| .../kernel-source/Makefile:947: recipe for target 'fs' failed
| make[2]: *** [fs] Error 2
| Makefile:146: recipe for target 'sub-make' failed
| make[1]: *** [sub-make] Error 2
| Makefile:24: recipe for target '__sub-make' failed
| make: *** [__sub-make] Error 2
| WARNING: exit code 1 from a shell command.
|
ERROR: Task (.../meta-mylayer/recipes-kernel/linux/linux-imx_4.1.15.bb:do_compile)
failed with exit code '1'

Is it possible that I am using the wrong linux-imx version? I have
tried a few but to no avail.

Thanks in advance.

Best regards,
Dule


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [yocto] #yocto #zeus Problem with moving from rocko to zeus
  2022-02-10 16:56 #yocto #zeus Problem with moving from rocko to zeus Dusan Radic
@ 2022-02-10 17:20 ` Khem Raj
  2022-02-11  7:38   ` Dusan Radic
  2022-02-10 17:58 ` Scott Murray
  1 sibling, 1 reply; 5+ messages in thread
From: Khem Raj @ 2022-02-10 17:20 UTC (permalink / raw)
  To: Dusan Radic, yocto



On 2/10/22 8:56 AM, Dusan Radic wrote:
> Hello,
> 
> I am trying to upgrade my distro from rocko to zeus.
> After I fixed all the initial parsing and build problems I have
> reached a point where the linux-imx doesn't build. Maybe I am
> underestimating the task in front of me, but I have already seen it
> done.
> 
> The error looks like this:
> 
> | .../kernel-source/Makefile:947: recipe for target 'fs' failed
> | make[2]: *** [fs] Error 2
> | Makefile:146: recipe for target 'sub-make' failed
> | make[1]: *** [sub-make] Error 2
> | Makefile:24: recipe for target '__sub-make' failed
> | make: *** [__sub-make] Error 2
> | WARNING: exit code 1 from a shell command.
> |
> ERROR: Task (.../meta-mylayer/recipes-kernel/linux/linux-imx_4.1.15.bb:do_compile)
> failed with exit code '1'
> 
> Is it possible that I am using the wrong linux-imx version? I have
> tried a few but to no avail.
> 

perhaps there is more specific compiler error in logs above that ?

> Thanks in advance.
> 
> Best regards,
> Dule
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> You automatically follow any topics you start or reply to.
> View/Reply Online (#56149): https://lists.yoctoproject.org/g/yocto/message/56149
> Mute This Topic: https://lists.yoctoproject.org/mt/89050046/1997914
> Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto
> Mute #zeus:https://lists.yoctoproject.org/g/yocto/mutehashtag/zeus
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [yocto] #yocto #zeus Problem with moving from rocko to zeus
  2022-02-10 16:56 #yocto #zeus Problem with moving from rocko to zeus Dusan Radic
  2022-02-10 17:20 ` [yocto] " Khem Raj
@ 2022-02-10 17:58 ` Scott Murray
  1 sibling, 0 replies; 5+ messages in thread
From: Scott Murray @ 2022-02-10 17:58 UTC (permalink / raw)
  To: Dusan Radic; +Cc: yocto

On Thu, 10 Feb 2022, Dusan Radic wrote:

> Hello,
>
> I am trying to upgrade my distro from rocko to zeus.
> After I fixed all the initial parsing and build problems I have
> reached a point where the linux-imx doesn't build. Maybe I am
> underestimating the task in front of me, but I have already seen it
> done.
>
> The error looks like this:
>
> | .../kernel-source/Makefile:947: recipe for target 'fs' failed
> | make[2]: *** [fs] Error 2
> | Makefile:146: recipe for target 'sub-make' failed
> | make[1]: *** [sub-make] Error 2
> | Makefile:24: recipe for target '__sub-make' failed
> | make: *** [__sub-make] Error 2
> | WARNING: exit code 1 from a shell command.
> |
> ERROR: Task (.../meta-mylayer/recipes-kernel/linux/linux-imx_4.1.15.bb:do_compile)
> failed with exit code '1'
>
> Is it possible that I am using the wrong linux-imx version? I have
> tried a few but to no avail.

AFAICS 4.1.15 doesn't match any kernel recipes in the zeus branches of
either meta-freescale or meta-imx, it might go easier if you based off of
the 5.4.x kernel recipes one of those use...

Scott



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [yocto] #yocto #zeus Problem with moving from rocko to zeus
  2022-02-10 17:20 ` [yocto] " Khem Raj
@ 2022-02-11  7:38   ` Dusan Radic
  2022-02-11  7:49     ` Zoran Stojsavljevic
  0 siblings, 1 reply; 5+ messages in thread
From: Dusan Radic @ 2022-02-11  7:38 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

Here is the error:

| .../kernel-source/include/linux/log2.h:22:1: warning: ignoring
attribute 'noreturn' because it conflicts with attribute 'const'
[-Wattributes]
|    22 | int ____ilog2_NaN(void);
|       | ^~~
| /tmp/ccA2wTxM.s: Assembler messages:
| /tmp/ccA2wTxM.s:3486: Error: .err encountered
| /tmp/ccA2wTxM.s:3546: Error: .err encountered
| .../kernel-source/scripts/Makefile.build:258: recipe for target
'fs/fat/dir.o' failed
| make[4]: *** [fs/fat/dir.o] Error 1
| make[4]: *** Waiting for unfinished jobs....
|   CC      fs/cifs/smb2maperror.o
| In file included from .../kernel-source/include/linux/kernel.h:11,

However, now that I have switched to linux-imx-4.14.98 I made
significant progress.
It looks like it's going to work, I'll keep you posted.

Best regards,
Dule

On Thu, Feb 10, 2022 at 6:20 PM Khem Raj <raj.khem@gmail.com> wrote:
>
>
>
> On 2/10/22 8:56 AM, Dusan Radic wrote:
> > Hello,
> >
> > I am trying to upgrade my distro from rocko to zeus.
> > After I fixed all the initial parsing and build problems I have
> > reached a point where the linux-imx doesn't build. Maybe I am
> > underestimating the task in front of me, but I have already seen it
> > done.
> >
> > The error looks like this:
> >
> > | .../kernel-source/Makefile:947: recipe for target 'fs' failed
> > | make[2]: *** [fs] Error 2
> > | Makefile:146: recipe for target 'sub-make' failed
> > | make[1]: *** [sub-make] Error 2
> > | Makefile:24: recipe for target '__sub-make' failed
> > | make: *** [__sub-make] Error 2
> > | WARNING: exit code 1 from a shell command.
> > |
> > ERROR: Task (.../meta-mylayer/recipes-kernel/linux/linux-imx_4.1.15.bb:do_compile)
> > failed with exit code '1'
> >
> > Is it possible that I am using the wrong linux-imx version? I have
> > tried a few but to no avail.
> >
>
> perhaps there is more specific compiler error in logs above that ?
>
> > Thanks in advance.
> >
> > Best regards,
> > Dule
> >
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > You automatically follow any topics you start or reply to.
> > View/Reply Online (#56149): https://lists.yoctoproject.org/g/yocto/message/56149
> > Mute This Topic: https://lists.yoctoproject.org/mt/89050046/1997914
> > Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto
> > Mute #zeus:https://lists.yoctoproject.org/g/yocto/mutehashtag/zeus
> > Group Owner: yocto+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [raj.khem@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [yocto] #yocto #zeus Problem with moving from rocko to zeus
  2022-02-11  7:38   ` Dusan Radic
@ 2022-02-11  7:49     ` Zoran Stojsavljevic
  0 siblings, 0 replies; 5+ messages in thread
From: Zoran Stojsavljevic @ 2022-02-11  7:49 UTC (permalink / raw)
  To: Dusan Radic; +Cc: Khem Raj, Yocto-mailing-list

Dule, Dule, Dudule!

Slusaj i prati sta ti YOCTO velicine pricaju! I pokusaj sam da se
snadjes, jer te dobro navode! ;-)

Zee
_______

On Fri, Feb 11, 2022 at 8:38 AM Dusan Radic <dusrad@gmail.com> wrote:
>
> Here is the error:
>
> | .../kernel-source/include/linux/log2.h:22:1: warning: ignoring
> attribute 'noreturn' because it conflicts with attribute 'const'
> [-Wattributes]
> |    22 | int ____ilog2_NaN(void);
> |       | ^~~
> | /tmp/ccA2wTxM.s: Assembler messages:
> | /tmp/ccA2wTxM.s:3486: Error: .err encountered
> | /tmp/ccA2wTxM.s:3546: Error: .err encountered
> | .../kernel-source/scripts/Makefile.build:258: recipe for target
> 'fs/fat/dir.o' failed
> | make[4]: *** [fs/fat/dir.o] Error 1
> | make[4]: *** Waiting for unfinished jobs....
> |   CC      fs/cifs/smb2maperror.o
> | In file included from .../kernel-source/include/linux/kernel.h:11,
>
> However, now that I have switched to linux-imx-4.14.98 I made
> significant progress.
> It looks like it's going to work, I'll keep you posted.
>
> Best regards,
> Dule
>
> On Thu, Feb 10, 2022 at 6:20 PM Khem Raj <raj.khem@gmail.com> wrote:
> >
> >
> >
> > On 2/10/22 8:56 AM, Dusan Radic wrote:
> > > Hello,
> > >
> > > I am trying to upgrade my distro from rocko to zeus.
> > > After I fixed all the initial parsing and build problems I have
> > > reached a point where the linux-imx doesn't build. Maybe I am
> > > underestimating the task in front of me, but I have already seen it
> > > done.
> > >
> > > The error looks like this:
> > >
> > > | .../kernel-source/Makefile:947: recipe for target 'fs' failed
> > > | make[2]: *** [fs] Error 2
> > > | Makefile:146: recipe for target 'sub-make' failed
> > > | make[1]: *** [sub-make] Error 2
> > > | Makefile:24: recipe for target '__sub-make' failed
> > > | make: *** [__sub-make] Error 2
> > > | WARNING: exit code 1 from a shell command.
> > > |
> > > ERROR: Task (.../meta-mylayer/recipes-kernel/linux/linux-imx_4.1.15.bb:do_compile)
> > > failed with exit code '1'
> > >
> > > Is it possible that I am using the wrong linux-imx version? I have
> > > tried a few but to no avail.
> > >
> >
> > perhaps there is more specific compiler error in logs above that ?
> >
> > > Thanks in advance.
> > >
> > > Best regards,
> > > Dule
> > >
> > >
> > >
> > >
> > >
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#56154): https://lists.yoctoproject.org/g/yocto/message/56154
> Mute This Topic: https://lists.yoctoproject.org/mt/89050046/3618681
> Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto
> Mute #zeus:https://lists.yoctoproject.org/g/yocto/mutehashtag/zeus
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [zoran.stojsavljevic@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-02-11  7:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10 16:56 #yocto #zeus Problem with moving from rocko to zeus Dusan Radic
2022-02-10 17:20 ` [yocto] " Khem Raj
2022-02-11  7:38   ` Dusan Radic
2022-02-11  7:49     ` Zoran Stojsavljevic
2022-02-10 17:58 ` Scott Murray

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.