Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fatal error: asm/arch/imx-regs.h: No such file or directory #4

Open
zafersn opened this issue Jun 12, 2023 · 0 comments
Open

fatal error: asm/arch/imx-regs.h: No such file or directory #4

zafersn opened this issue Jun 12, 2023 · 0 comments

Comments

@zafersn
Copy link

zafersn commented Jun 12, 2023

When I try to compile. I am getting this error below. Can anyone shed some light on how to fix it?


==================== WARNING ======================
This board does not use CONFIG_DM_SERIAL (Driver Model
for Serial drivers). Please update the board to use
CONFIG_DM_SERIAL before the v2023.04 release. Failure to
update by the deadline may result in board removal.
See doc/develop/driver-model/migration.rst for more info.
====================================================
cat: u-boot.cfg: No such file or directory
In file included from /home/ubuhdd/android_build/vendor/nxp-opensource/uboot-imx/include/config.h:4,
                 from /home/ubuhdd/android_build/vendor/nxp-opensource/uboot-imx/include/common.h:16,
                 from /home/ubuhdd/android_build/vendor/nxp-opensource/uboot-imx/lib/asm-offsets.c:14:
/home/ubuhdd/android_build/vendor/nxp-opensource/uboot-imx/include/configs/maaxboard.h:11:10: fatal error: asm/arch/imx-regs.h: No such file or directory
   11 | #include <asm/arch/imx-regs.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [/home/ubuhdd/android_build/vendor/nxp-opensource/uboot-imx/scripts/Makefile.build:143: lib/asm-offsets.s] Error 1
make[2]: *** [/home/ubuhdd/android_build/vendor/nxp-opensource/uboot-imx/Makefile:1954: prepare0] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:177: sub-make] Error 2
make: *** [/home/ubuhdd/android_build/device/nxp/common/build/uboot.mk:132: /home/ubuhdd/android_build/out/target/product/maaxboard/u-boot.imx] Error 1
make: Leaving directory '/home/ubuhdd/android_build'

Thanks!

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

No branches or pull requests

1 participant