You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, I succedd to build the u-boot: MACHINE="luckfox-pico-max" bitbake virtual/bootloader
but when I'm trying to build the kernel: MACHINE="luckfox-pico-max" bitbake virtual/kernel
I'm encountering the issue:
| In file included from /home/bartiszosti/Documents/xbstk/build-luckfox-pico/tmp/work-shared/luckfox-pico/kernel-source/drivers/soc/rockchip/fiq_debugger/fiq_debugger.c:165:
| /home/bartiszosti/Documents/xbstk/build-luckfox-pico/tmp/work-shared/luckfox-pico/kernel-source/drivers/soc/rockchip/fiq_debugger/fiq_debugger_arm.c: In function 'fiq_debugger_dump_stacktrace':
| /home/bartiszosti/Documents/xbstk/build-luckfox-pico/tmp/work-shared/luckfox-pico/kernel-source/drivers/soc/rockchip/fiq_debugger/fiq_debugger_arm.c:241:48: error: implicit declaration of function 'THREAD_INFO' [-Wimplicit-function-declaration]
| 241 | struct thread_info *real_thread_info = THREAD_INFO(ssp);
| | ^~~~~~~~~~~
| /home/bartiszosti/Documents/xbstk/build-luckfox-pico/tmp/work-shared/luckfox-pico/kernel-source/drivers/soc/rockchip/fiq_debugger/fiq_debugger_arm.c:241:48: error: initialization of 'struct thread_info *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
| make[6]: *** [/home/bartiszosti/Documents/xbstk/build-luckfox-pico/tmp/work-shared/luckfox-pico/kernel-source/scripts/Makefile.build:250: drivers/soc/rockchip/fiq_debugger/fiq_debugger.o] Error 1
| make[5]: *** [/home/bartiszosti/Documents/xbstk/build-luckfox-pico/tmp/work-shared/luckfox-pico/kernel-source/scripts/Makefile.build:500: drivers/soc/rockchip/fiq_debugger] Error 2
| make[4]: *** [/home/bartiszosti/Documents/xbstk/build-luckfox-pico/tmp/work-shared/luckfox-pico/kernel-source/scripts/Makefile.build:500: drivers/soc/rockchip] Error 2
| make[3]: *** [/home/bartiszosti/Documents/xbstk/build-luckfox-pico/tmp/work-shared/luckfox-pico/kernel-source/scripts/Makefile.build:500: drivers/soc] Error 2
| make[2]: *** [/home/bartiszosti/Documents/xbstk/build-luckfox-pico/tmp/work-shared/luckfox-pico/kernel-source/scripts/Makefile.build:500: drivers] Error 2
| make[2]: *** Waiting for unfinished jobs....
I use the master branch from meta-rockchip and the styhead branch from poky and meta-oe.
To run the build of bootloader and kernel I had to add the Upstream-Status to patches, which you can find on my fork of your repository.
Do you know what is wrong?
The text was updated successfully, but these errors were encountered:
I'd like to add support for new machine.
Firstly, I added file to support the RV1106 processor:
Then I added file for my machine:
Then, I succedd to build the u-boot:
MACHINE="luckfox-pico-max" bitbake virtual/bootloader
but when I'm trying to build the kernel:
MACHINE="luckfox-pico-max" bitbake virtual/kernel
I'm encountering the issue:
I use the master branch from meta-rockchip and the styhead branch from poky and meta-oe.
To run the build of bootloader and kernel I had to add the Upstream-Status to patches, which you can find on my fork of your repository.
Do you know what is wrong?
The text was updated successfully, but these errors were encountered: