Bug 16087

Summary: Make file compilation error
Product: buildroot Reporter: navie <naveen.runjala>
Component: OtherAssignee: unassigned
Status: RESOLVED MOVED    
Severity: normal CC: buildroot, yann.morin.1998
Priority: P5    
Version: 2024.02   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description navie 2024-05-29 07:19:40 UTC
i was trying to build the kernel images for the freescale imx93evk bord.
seeing the below compilation error, after run the make:



/usr/bin/make install-leaf DESTDIR=../.././gcc \
  slibdir= libsubdir= MULTIOSDIR=.
/bin/bash ../../../libgcc/../mkinstalldirs ../.././gcc
/usr/bin/install -c -m 644 libgcc_eh.a ../.././gcc/
chmod 644 ../.././gcc/libgcc_eh.a
/home/kettos/nxp/imx93_buildroot/buildroot/output/host/aarch64-buildroot-linux-gnu/bin/ranlib ../.././gcc/libgcc_eh.a
/bin/bash ../../../libgcc/../mkinstalldirs ../.././gcc; /usr/bin/install -c -m 644 ./libgcc_s.so.1 ../.././gcc/libgcc_s.so.1; rm -f ../.././gcc/libgcc_s.so; /usr/bin/install -c -m 644 ./libgcc_s.so ../.././gcc/libgcc_s.so
/bin/bash ../../../libgcc/../mkinstalldirs ../.././gcc
/usr/bin/install -c -m 644 libgcc.a ../.././gcc/
chmod 644 ../.././gcc/libgcc.a
/home/kettos/nxp/imx93_buildroot/buildroot/output/host/aarch64-buildroot-linux-gnu/bin/ranlib ../.././gcc/libgcc.a
/usr/bin/install -c -m 644 libgcov.a ../.././gcc/
chmod 644 ../.././gcc/libgcov.a
/home/kettos/nxp/imx93_buildroot/buildroot/output/host/aarch64-buildroot-linux-gnu/bin/ranlib ../.././gcc/libgcov.a
parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtfastmath.o";                            \
for file in $parts; do                                  \
  rm -f ../.././gcc/$file;              \
  /usr/bin/install -c -m 644 $file ../.././gcc/;        \
  case $file in                                         \
    *.a)                                                \
      /home/kettos/nxp/imx93_buildroot/buildroot/output/host/aarch64-buildroot-linux-gnu/bin/ranlib ../.././gcc/$file ;;        \
  esac;                                                 \
done
Makefile:1020: recipe for target 'all' failed
make[2]: *** [all] Error 2
package/pkg-generic.mk:280: recipe for target '/home/kettos/nxp/imx93_buildroot/buildroot/output/build/host-gcc-final-13.2.0/.stamp_built' failed
make[1]: *** [/home/kettos/nxp/imx93_buildroot/buildroot/output/build/host-gcc-final-13.2.0/.stamp_built] Error 2
Makefile:82: recipe for target '_all' failed
make: *** [_all] Error 2
Comment 1 Yann E. MORIN 2024-06-15 15:20:57 UTC
Thank you for your report.

The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
    https://gitlab.com/buildroot.org/buildroot/-/issues

We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.

Thank you!