* [Buildroot] [Bug 16087] New: Make file compilation error
@ 2024-05-29 7:19 bugzilla
2024-06-15 15:20 ` [Buildroot] [Bug 16087] " bugzilla
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2024-05-29 7:19 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=16087
Bug ID: 16087
Summary: Make file compilation error
Product: buildroot
Version: 2024.02
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned@buildroot.uclibc.org
Reporter: naveen.runjala@honeywell.com
CC: buildroot@uclibc.org
Target Milestone: ---
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
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-15 15:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-29 7:19 [Buildroot] [Bug 16087] New: Make file compilation error bugzilla
2024-06-15 15:20 ` [Buildroot] [Bug 16087] " bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox