amr-elf-gcc:installation problem, cannot exec 'cc1'

蔡志銘\(軟體一部\) clifftsai@minecard.com.tw
Mon Mar 12 20:40:00 GMT 2001


Hi:
    
    I've change t-arm-elf 
as following for creating MULTILIBS,
 
MULTILIB_OPTIONS  = 
mlittle-endian/mbig-endian mhard-float/msoft-float MULTILIB_DIRNAMES = 
#MULTILIB_DIRNAMES = le be fpu soft 32bit 26bit elf 
under MULTILIB_EXCEPTIONS = MULTILIB_MATCHES  = 
EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o LIBGCC = 
stmp-multilib INSTALL_LIBGCC = install-multilib
 
# If EXTRA_MULTILIB_PARTS is not defined above 
then define EXTRA_PARTS here #EXTRA_PARTS = crtbegin.o 
crtend.o
 
TARGET_LIBGCC2_CFLAGS = 
-Dinhibit_libc   
 
 
 
    Then 
    $/src/gcc/configure --target=arm-elf 
--prefix=/tools \
       --exec-prefix=/tools/H-i686-pc-cygwin --with-gnu-as,ld 
--with-newlib
    $make -w all-gcc 
install-gcc LANGUAGES="c c" 2>&1 
    All operations are successful.
 
    But when I try to make a excutable 
image I built before with newly created 
    newlibs,I have following error 
message:
     =>amr-elf-gcc:installation 
problem, cannot exec 'cc1':no such file or directory.
    
    I've read a related mail on 
crossgcc-mail-lists,but can't solve my problem.
    Would anyone can give me information about 
solving the problem?
    A example is better. 
 
   Thanks 
 
   Cliff 



More information about the crossgcc mailing list