Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Error with 11.1 QSys sopc-create-header-file

All,

I just wanted to bring to your attention that if you are attempting to use the 11.1 Quartus/NIOS to generate your uCLinux header files, you will run into the following issue.

The command sopc-create-header-files --single <your system header file> fails to populate the reset, exception, and TLC exception addresses, setting them to 0x0 despite wherever they may be in your design. Note that this does not happen with 11.0sp1, only with the new 11.1 version of the software tools.

To fix this issue, you can just populate the fields in the header file yourself with the offset-adjusted addresses.

I have submitted a SR to Altera.

5 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hey intermittent,

    Im facing a similar problem right now. In my case im using Qsys generating system and I dont know how to generate .sopcinfo files with Qsys. And well I dont know which is the command for Qsys to generate the header files.

    Thanks
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    for an .sopcinfo file, add this to your ip-generate command:

    --report-file=sopcinfo:<name>.sopcinfo
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I just ran into this problem too. Any progress on your SR intermittent?

    UPDATE: Problem is still present with 11.1sp2
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    No, the SR never went anywhere. I submitted the steps to recreate the problem, but I'm not sure it ever got submitted as a bug report. I eventually got fed up wit the lack of response and closed the SR.

    Altera needs a better way to submit bug reports. I realize that they have to vet the reports, but blowing people off is typically not good practice.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    To get around the issue, I would really recommend going back to 10.1 if possible...that seems to create the best header files.