linux 8051
http://m8051.blogspot.com/2013/03/8051-development-in-linux-nostalgia.html
http://sdcc.sourceforge.net/
http://packages.ubuntu.com/lucid/sdcc
18.安装 c++ boost库
是否已经安装sudo apt-cache search boost
方法一:
http://www.boost.org/users/download/
# Get the version of Boost that you require. This is for 1.54 but feel free to change or manually download yourself
wget -O boost_1_55_0.tar.gz http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.gz/download
tar xzvf boost_1_55_0.tar.gz
cd boost_1_55_0/
# Now we are inside the boost directory we can get the installation script and execute it.
# NOTE: READ THE SCRIPT FIRST
wget https://dl.dropbox.com/u/88131281/install_boost.sh
chmod +x install_boost.sh
./install_boost.sh
方法二:
sudo apt-get install libboost-all-dev
19.
sudo apt-get install srecord
阅读
https://code.google.com/p/sdcc-mcs51/downloads/list
http://blog.csdn.net/xukai871105/article/details/9204101
20.
sudo make
sudo make install
device/lib/incl.mk
MODELES = small medium large
MODELES = small large huge
device/lib/Makefile.in
TARGETS += models small-mcs51-stack-auto
TARGETS += models model-mcs51-stack-auto
21.
sudo ./configure --disable-gbz80-port --disable-z80-port --disable-ds390-port --disable-ds400-port --disable-pic14-port --disable-pic16-port --disable-hc08-port --disable-r2k-port --disable-z180-port --disable-r3ka-port --disable-tlcs90-port
22. sudo make
浙公网安备 33010602011771号