LoginSignup
1
0

More than 5 years have passed since last update.

stm32f4-discoveryの作法 その10

Posted at

概要

stm32f4-discoveryの作法、調べてみた。
toppersをmakeするため、cfgをmakeしてみた。

環境

debian squeeze

cfgをdownload

configureする。

boostが無い。

aptitudeでinstall

not 404でエラー

/etc/apt/sources.lists

deb http://archive.debian.org/debian/ squeeze main
deb-src http://archive.debian.org/debian/ squeeze main

boostをインストール

aptitude install libboost-dev
aptitude install libboost-system-dev
aptitude install libboost-filesystem-dev
aptitude install libboost-program-options-dev
aptitude install libboost-regex-dev

再度、コンパイル

./configure
make

以上

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0