Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21615 Discussions

hwlib and socal headers

Altera_Forum
Honored Contributor II
1,096 Views

I was wondering how to get the hwlib and socal dependencies into linux so that I can properly compile ARM code? I have them on windows, which is where I have DS-5 installed, but I'm using a VM (linux guest) to develop the embedded code.  

 

Thanks! 

 

R/
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
405 Views

Linux application may be no rights to direct access to hardware, only through device drivers. Or I has wrong ? 

In 3 examples with SoC EDS Altera-s HWLIB is not used, all .h-files is from system. 

Search all files with "-Linux-" in c:/altera/14.0/embedded/examples/software and try run its in DS-5. "HelloWorld" not work with devices obvious, "Push-Button" is obscure, and Blinking-LED open all necessary devices through fopen() ! :)
0 Kudos
Reply