This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Build gcc on SFU(Windows service for Unix)


I want install GCC3.2 on SFU for mcore-elf.
First,I configure with no command option:
./configure 
It gave error message:
This configuration is not supported in the following subdirectories:target-libffi target-boehm target-zlib target-libjava
configure:warning:
***Makeinfo is missing or too old
***Info documentation will not be built.
 
Then I add some command option:
./configure --target=mcore-elf --enable-languages=C --without-headers --with-newlib --disable-shared
It gave error message and stopped:
Copying no to /usr/local/mcore-elf/sys-include
./configure: /tmp/cNf7505.tgt[202]:cd:no -No such file or directory
 
Then I get rid of the command option "--without-headers":
./configure --target=mcore-elf --enable-languages=C --with-newlib --disable-shared
The error message is:
This configuration is not supported in the following subdirectories:target-libffi target-boehm-gc target-zlib target-libjava target-libstdc++-v3 target-libf2c zlib fastjar target-libobjc
***Makeinfo is missing or too old
***Info documentation will not be built
 
when make,the error message is:
./fixincl -v < /dev/null
'fixincl version 1.1'
Memory fault (core dumped)
 
I couldn't deal with the problem, who can help me!
=============================================================
ÍøÒ×VIPÊÕ·ÑÓÊÏä ³É¹¦ÈËÊ¿µÄ×î¼ÑÑ¡Ôñ£¡          http://vip.163.com/
»îÉ«ÉúÏãµÄÓÕ»ó                     http://auctions.163.com/zhuanqu/fashion
´ºÌìµ½Á˹¶ÀµÄÄ㻹²»Ô¼»á Ô¼»áÆäʵºÜ¼òµ¥            http://dating.163.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]