2013年9月10日火曜日

AVR Studio6 で Build すると コンパイルエラーが出る

AVR Studio5 で作ったプロジェクトを AVR Studio6 で Build すると、以下のエラーが出ます。

variable 'lun2_name' must be const in order to be put into read-only section by means of '__attribute__((progmem))'

【解決方法】
"code" で宣言しているところを "const" に書き換えると Build に成功します。

0 件のコメント: