Hi,
I am trying to build an image with modified configuration for iMX8 (buildroot-fsimx8x-B2020.09-pre) but I get the following error.
Can you please give me an advise how to solve it.
Thank you.
Code
- [developer@localhost buildroot-fsimx8x-B2020.09-pre]$ make
- /usr/bin/make -j1 O=/home/developer/iMX8/build/buildroot-fsimx8x-B2020.09-pre/output HOSTCC="/usr/lib64/ccache/gcc" HOSTCXX="/usr/lib64/ccache/g++" syncconfig
- #
- # configuration written to /home/developer/iMX8/build/buildroot-fsimx8x-B2020.09-pre/.config
- #
- >>> libdrm rel_imx_4.14.98_2.0.0_ga Downloading
- Reinitialized existing Git repository in /home/developer/buildroot_dl_packages/libdrm/git/.git/
- Fetching all references
- Could not fetch special ref 'rel_imx_4.14.98_2.0.0_ga'; assuming it is not special.
- warning: refname 'rel_imx_4.14.98_2.0.0_ga' is ambiguous.
- ERROR: libdrm-imx-2.4.91.tar.gz has wrong sha256 hash:
- ERROR: expected: f629310a6cc572b94ca6dbc81083a956183d149b90a499ade3bbd29f1bb244c8
- ERROR: got : a9433599219f07215188758304353d49bd9caba4489c002751e1a773a7bcdec7
- ERROR: Incomplete download, or man-in-the-middle (MITM) attack
- --2021-09-06 11:42:31-- http://sources.buildroot.net/libdrm/libdrm-imx-2.4.91.tar.gz
- Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.1.37, 172.67.72.56, 104.26.0.37, ...
- Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.1.37|:80... connected.
- HTTP request sent, awaiting response... 404 Not Found
- 2021-09-06 11:42:32 ERROR 404: Not Found.
- --2021-09-06 11:42:32-- http://sources.buildroot.net/libdrm-imx-2.4.91.tar.gz
- Resolving sources.buildroot.net (sources.buildroot.net)... 172.67.72.56, 104.26.0.37, 104.26.1.37, ...
- Connecting to sources.buildroot.net (sources.buildroot.net)|172.67.72.56|:80... connected.
- HTTP request sent, awaiting response... 404 Not Found
- 2021-09-06 11:42:32 ERROR 404: Not Found.
- package/pkg-generic.mk:143: recipe for target '/home/developer/iMX8/build/buildroot-fsimx8x-B2020.09-pre/output/build/libdrm-rel_imx_4.14.98_2.0.0_ga/.stamp_downloaded' failed
- make[1]: *** [/home/developer/iMX8/build/buildroot-fsimx8x-B2020.09-pre/output/build/libdrm-rel_imx_4.14.98_2.0.0_ga/.stamp_downloaded] Error 1
- Makefile:84: recipe for target '_all' failed
- make: *** [_all] Error 2