Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Unable to compile this project #333

Open
ErezAlster opened this issue Feb 9, 2025 · 2 comments
Open

Unable to compile this project #333

ErezAlster opened this issue Feb 9, 2025 · 2 comments

Comments

@ErezAlster
Copy link

I'm getting the following error during compilation:

drivers/gpu/drm/panel/panel-innolux-afj101-ba2131.c:482:19: error: initialization of ‘void (*)(struct mipi_dsi_device )’ from incompatible pointer type ‘int ()(struct mipi_dsi_device *)’ [-Werror=incompatible-pointer-types]
482 | .remove = afj101_ba2131_dsi_remove,
| ^~~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/panel/panel-innolux-afj101-ba2131.c:482:19: note: (near initialization for ‘afj101_ba2131_driver.remove’)
cc1: some warnings being treated as errors
make[5]: *** [scripts/Makefile.build:250: drivers/gpu/drm/panel/panel-innolux-afj101-ba2131.o] Error 1
make[4]: *** [scripts/Makefile.build:503: drivers/gpu/drm/panel] Error 2
make[3]: *** [scripts/Makefile.build:503: drivers/gpu/drm] Error 2
make[2]: *** [scripts/Makefile.build:503: drivers/gpu] Error 2
make[2]: *** Waiting for unfinished jobs....
CC net/core/datagram.o
CC mm/vmstat.o
CC fs/nfs_common/nfs_ssc.o
CC kernel/sys.o

Is there documentation available about nightly builds available? is there cadence of releases available?

@igorpecovnik
Copy link
Member

igorpecovnik commented Feb 9, 2025

Is there documentation available about nightly builds available?

Nightly builds are always compiling from trunk of https://github.com/armbian/build

This kernel itself, compiles automatically at PR:
https://github.com/armbian/linux-rockchip/actions

Docs:
https://docs.armbian.com/Developer-Guide_Overview/

Manual kernel compilation with changes - here you are on your own.

is there cadence of releases available?

Nightly is just cron based build, nothing special. Point releases:
https://docs.armbian.com/Process_Release-Model/

@amazingfate
Copy link
Collaborator

Werror is disable to get rid of these errors:
43c9d5d

This kernel is from rockchip's SDK and we don't have much time to solve all the compile issues, so we use a quick method to fix.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants