bugGNU Development Chain for 68HC11/68HC12 - Bugs: bug #1353, Error while installing Newlib

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #1353: Error while installing Newlib

Submitter:  Invalid User ID <#11274>
Submitted:  Mon 07 Oct 2002 09:17:17 PM UTC
   
 
Category:  newlib Severity:  3 - Normal
Item Group:  request Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open

Mon 07 Oct 2002 09:17:17 PM UTC, original submission:  

i've installed Binutils and gcc prefixed with m6812-elf- without any problems. After i've compiled Newlib and while installing it, i've got the following message:
make[3]: Leaving directory `/home/hk/hkottmann/KLemps/Compiler/gcc12/build-newlib/m6812-elf/newlib/libm/machine'
make[3]: Entering directory `/home/hk/hkottmann/KLemps/Compiler/gcc12/build-newlib/m6812-elf/newlib/libm'
rm -f libm.a
rm -rf tmp
mkdir tmp
cd tmp; \
  for i in math/lib.a common/lib.a machine/lib.a; do \
    m6812-elf-ar x ../$i; \
done; \
m6812-elf-ar rc ../libm.a *.o
/bin/sh: m6812-elf-ar: command not found
/bin/sh: m6812-elf-ar: command not found
/bin/sh: m6812-elf-ar: command not found
/bin/sh: m6812-elf-ar: command not found
make[3]: * [libm.a] Error 127
make[3]: Leaving directory `/home/hk/hkottmann/KLemps/Compiler/gcc12/build-newlib/m6812-elf/newlib/libm'

The program m6812-elf-ar is located in /usr/local/bin/ and this directory is set in PATH.

Invalid User ID <#11274>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code