Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

unexpected build error after updating XDK ?

Alon_I_
Beginner
553 Views

Hello

We have an unexpected build error (error log attched) what is weird that we made builds a few times with the same code and now it stopped working. Could you please let me know why it happens ?

I've  attached the log file for your convenince.

 

Thanks

Alon

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
553 Views

When you say you successfully built a few times with the same code, do you mean you were successful BEFORE you updated the XDK or AFTER the update?

If the failure started AFTER the update, I'm assuming you previously build using CLI 3.5 and now are building using 4.1.2, I can't tell from the build log you provided, it appears to be truncated. If you did change from 3.5 to 4.1.2, can you change back to 3.5 and see if that build succeeds?

0 Kudos
PaulF_IntelCorp
Employee
553 Views

According to the build engineer, there is an extra space at the end of the name of your application that is causing some pre-processing errors. Removing any excess spaces (at the beginning and end) should resolve the issue. (BTW -- a fix for this problem was already in the queue, it just has not yet hit the production build system).

0 Kudos
Reply