All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla@busybox.net
To: buildroot@uclibc.org
Subject: [Buildroot] [Bug 16087] New: Make file compilation error
Date: Wed, 29 May 2024 07:19:40 +0000	[thread overview]
Message-ID: <bug-16087-163@https.bugs.busybox.net/> (raw)

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

             reply	other threads:[~2024-05-29  7:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-29  7:19 bugzilla [this message]
2024-06-15 15:20 ` [Buildroot] [Bug 16087] Make file compilation error bugzilla

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-16087-163@https.bugs.busybox.net/ \
    --to=bugzilla@busybox.net \
    --cc=buildroot@uclibc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.