Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI don't know how the linux building process works, but I guess it is similar to the ones I know (uC OS and eCOS).
The SOPC system is described in a ptf file, and some gtf scripts are used on it to generate all the files required for the software build process. This includes the system.h include file that contains the base addresses for all the hardware, and the linking script. The first thing that you should check is if the SSRAM controller is included in your SOPC project. If yes it should contains entries in the system.h file and the linker script.