想嘗試 build newlib 來用
但是實在不確定 configure 的兩個參數 --target 和 --host
該怎麼用才對.
看了 README 我的了解是:
* 若我要在本機端(跑 linux 的 386 電腦)編譯newlib來用的話,
應該使用
configure --target=i386-pc-linux-gnu
這個指令即可 (?)
* 若我要在本機端(跑 linux 的 386 電腦)編譯newlib來給另一個系統
(eg, 跑 xos 的 xcpu 電腦), 則應該用
configure --host=xos --target=xcpu
請問一下, 是這樣用嗎?
還有 target 與 host 該怎麼解釋(用法)呢? target 指的是 cpu 而 host 指的是 os 嗎?