CPU実験室

誰も見向きもしない古いCPUをいじって動かしてみようというプロジェクトです

2015-09-27から1日間の記事一覧

Cygwin環境でGCC(2)

というわけでスクリプトを修正してリトライ。 $ ./gc.sh test Reading specs from /usr/local/m68k/lib/gcc/m68k-coff/3.4.2/specs Configured with: ./configure --prefix=/usr/local/m68k --target=m68k-coff --with-newlib Thread model: single gcc vers…

Cygwin環境でGCC

Cygwin上にm68k用GCCクロス環境ができたのでこれを整備しています。 まずコマンドライン入力でコンパイラは動作しているのでコンパイル、アセンブル、リンク、オブジェクト変換の一連の処理の流れをスクリプトファイルgc.shに記述 #!/bin/bash m68k-coff…

DSPクロス開発環境(2)

binutilsのコンフィギュアが通ったのでmake。 $ make Configuring in libiberty configure: loading cache ./config.cache configure: error: `target_alias' has changed since the previous run: configure: former value: m68k-coff configure: current v…