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.

Scigraph demo

Intel_C_Intel
Employee
530 Views
Has anyone tried to run the Scigraph demo? The scigraph.txt file says to build the scigraph.lib file using scigraph.mak, but this file is nowhere on my drive. Then it says to build the demo using sgdemo.fmk, and, again, this is nowhere to be found on my drive. I was able to build the libraries as there is a project for building the libraries. There is also a project for buiding the demo. Once I copied over all the .mod files from the scigraph project to the sgdemo project, I was able to somewhat build the executable, but the linker failed to find _MAIN_. Bottom line, has anyone else tried to look at the SCI demo, and were you successful in generating an executable?

Tom
0 Kudos
3 Replies
Steven_L_Intel1
Employee
530 Views
The text file still talks about a .mak file? Sigh... We'll fix that.

You should open the scigraph.dsw workspace, select the File View tab, right click on Sgdemo files, select Set as Active Project, then build the Sgdemo project. It should build as-is.

Steve
0 Kudos
Intel_C_Intel
Employee
530 Views
Steve,

Thanks for your reply. However, I was unable to locate a file view tab. What I did do was click on build...set active configurations...sgdemo. This generated the sgdemo.exe file that I wanted all along. Anyway, you sent me in the right direction. I sympathize with the sigh......

Tom
0 Kudos
Steven_L_Intel1
Employee
530 Views
What you did is fine - when you first open the workspace, there are two tabs in the middle lower left, one says Class View, one says File View. The text was unchanged from PowerStation - we may be able to get this fixed for the 6.6 kit.

When using Scigraph from your own project, take note that you need to add the path to the Scigraph .mod files to the INCLUDE/USE path of your own application, and also add the scigraph.lib to your project.

Steve
0 Kudos
Reply