|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||||
2008年07月14日(月) 旧暦 [n年日記] [更新:"2008/07/14 10:33:45"]#1 [NetBSD] mingw32-gcc
きのう
の続きで、では package を使わないで make 出来るのかを試して見た。
おそらく、次の方法で可能
(必要な三点は /usr/pkg 側に用意してあるという前提)。
env PATH=/usr/pkg/cross/bin:${PATH} \ ../gcc-4.2.1/configure \ --target=i386--mingw32 \ --host=i386--netbsd \ --build=i386--netbsd \ --enable-languages=c,c++ \ --disable-multilib \ --enable-sjlj-exceptions \ --disable-nls \ --prefix=/usr/pkg/cross/ env PATH=/usr/pkg/cross/bin:${PATH} gmakeには、随分簡単に書いてある。さて --host=, --build= 無でも試して見る .. だめそう。 mkdir build-i386-unknown-netbsdelf4.0.0. mkdir build-i386-unknown-netbsdelf4.0.0./libiberty Configuring in build-i386-unknown-netbsdelf4.0.0./libiberty configure: error: cannot find sources (xmalloc.c) in ../../gcc-4.2.1/libiberty gmake[1]: *** [configure-build-libiberty] Error 1 ( つっこみ )
|
最近の日記 2024年07月03日 ・kicad oddity 2024年05月08日 ・comparison on ./buildsh tools 2024年05月06日 ・py-setuptools (python 3.11.9) ・make release took 1 hours and 10 min ・qemu invocation for 10.99.10 2024年05月05日 ・Windows 10 version ・serial connection ・bc bench 2024年05月04日 ・Trial on 10.99.10 ・another version (later trial) to succeed | ||