Gnuk を作ってみたいけど開発環境が大変(高価)という貴兄に、以前 FTDI2232D Module can be JTAG dongle (英語)を書きましたが、あんまり作る人が …
more »-
-
Prepare GNU Toolchan for ARM
After I did Installing Development Packages, I papare GNU Toolchain for ARM.
SAR (Summon arm toolchain)
There is a script named SAR. I use Uwe Hermann's version of SAR.
I did:
git clone https://github.com/uwehermann/summon-arm-toolchain <edit summon-arm-toolchain> : PREFIX=/usr/local ./summon-arm-toolchain
It took about three hours or …
-
Installing Development Packages
I install many packages to build GCC on my system.
I did:
apt-get build-dep gcc apt-get build-dep gcc-4.4 apt-get install libmpc-dev
It seems that libmpc is requirement since GCC 4.5 (but not for 4.4).
Besides, I install to build GDB on my system:
apt-get install libncurses5-dev
more » -
GNUK のステッカーを作る