public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Garrett Battaglia <battagliagarrett0@gmail.com>
To: newlib@sourceware.org
Subject: Build help
Date: Mon, 14 Aug 2017 16:40:00 -0000	[thread overview]
Message-ID: <CAG8yKXUFiPujhY8-K5JSgsevXAm5JXxprO+FPapjkuKVNm7Q-w@mail.gmail.com> (raw)

I am currently trying to port newlib to the OS I'm writing and I'm
having some difficulty. I followed this guide
http://wiki.osdev.org/Porting_Newlib and when go to compile it, it
ends in an error. if it helps I'm on Arch Linux on an x64 machine. Any
help would be appreciated.

error message:
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '~/Documents/temp/newtest/usr//lib'
 /usr/bin/install -c -m 644  libm.a libc.a '~/Documents/temp/newtest/usr//lib'
 ( cd '~/Documents/temp/newtest/usr//lib' && ranlib libm.a )
 ( cd '~/Documents/temp/newtest/usr//lib' && ranlib libc.a )
rm -f ~/Documents/temp/newtest/usr//lib/libg.a
ln ~/Documents/temp/newtest/usr//lib/libc.a
~/Documents/temp/newtest/usr//lib/libg.a >/dev/null 2>/dev/null || cp
~/Documents/temp/newtest/usr//lib/libc.a
~/Documents/temp/newtest/usr//lib/libg.a
cp: cannot stat
'/home/garrett/Documents/temp/newtest/usr//lib/libc.a': No such file
or directory
make[2]: *** [Makefile:1052: install-data-local] Error 1
make[2]: Leaving directory '/home/garrett/workspace/newlib/build-newlib'
make[1]: *** [Makefile:790: install-am] Error 2
make[1]: Leaving directory '/home/garrett/workspace/newlib/build-newlib'
make: *** [Makefile:641: install-recursive] Error 1

             reply	other threads:[~2017-08-14 15:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-14 16:40 Garrett Battaglia [this message]
2017-08-16 10:38 Alexander Fedotov

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=CAG8yKXUFiPujhY8-K5JSgsevXAm5JXxprO+FPapjkuKVNm7Q-w@mail.gmail.com \
    --to=battagliagarrett0@gmail.com \
    --cc=newlib@sourceware.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).