Forum Discussion
Altera_Forum
Honored Contributor
12 years agohwlib and socal headers
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...
Altera_Forum
Honored Contributor
12 years agoLinux 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() ! :)