Forum Discussion
User1580871742356367
Occasional Contributor
6 years agogenerate .h file
I'm trying to generate .h file for Arria 10 HPS/Soc project and it didn't work, see below.
I've tried commands
$ sopc-create-header-files hps_0.sopcinfo
sopc-create-header-files hps_0.sopcinfo...
zangman
Occasional Contributor
5 years agoYou are using a windows command prompt which won't work since the sopc-create-header-files is a shell script.
Instead you should use a cygwin shell to generate the header files. You also need to have sopc-create-header-files on the path. Watch this video.
User1580871742356367
Occasional Contributor
5 years agoYes, it stuck because I'm using19.4. Will install Ubuntu.