Forum Discussion

Songokuu's avatar
Songokuu
Icon for New Contributor rankNew Contributor
7 years ago
Solved

プログラムサイズが大きい為、NiosII SBTでビルドエラーが発生しました。そこで、ビルド時、またはビルド前に、on chip memoryに対し、どのくらいプログラムサイズがオーバーしているのか確認する方法を教えて下さい。 サンプルデザインでも、再Generateしないとビルドが成功しないのでしょうか。

■概要(質問の経緯)  下記環境を使用し、下記資料1のP.17~P.20の手順で作業したところ、ビルド時エラーが発生しましたが、プログラムサイズを小さくすることで回避しました。  ・デザイン:Nios II ADC /LCD Display Controller Design Example https://fpgacloud.intel.com/devstore/platform/1...
  • GuaBin_N_Intel's avatar
    7 years ago

    By right, when it's fail to compile, you should be able to see the error message in NIOS console that shows how much of memory size needed. If there is no such details, you could enlarge the onchip memory size or use other larger off-board memory to build the project and evaluate the resources.