09/07/24 20:57:36 0/wkt0cu
>>196-197
LPC2388のための binutils + gcc + newlib で configure オプションで何をつけるのが基本なんだろ(・∀・)
何も考えずに --with-newlib で作ったら、TOPPERS/ASP + FatFs のコンパイルで
undefined reference to `__adddf3'
undefined reference to `__floatsidf'
undefined reference to `__muldf3'
undefined reference to `__adddf3'
undefined reference to `__fixdfsi'
undefined reference to `__ltdf2'
undefined reference to `__ltdf2'
なんてエラーが出たので多分再構築が必要だろうとトライしてるんだけど…
今 URLリンク(www.jstuber.net) を真似して試してるんだけど
gcc の残りのコンパイル部分で空の Makefile があるディレクトリでエラーになってます
再構築が必要なのか, 正しい構築手順は…ハード屋には敷居が高くてよくわかってないんだよね(・∀・)テヘ