Replies: 2 comments
-
The missing files are part of the Xilinx BSP. You would need to include the path to your BSP include directories in your CMAKE_C_FLAGS settings. I suspect you will also need to add a link directory pointing to the BSP lib directory. |
Beta Was this translation helpful? Give feedback.
-
Hello Mr @edmooring, Will try it on my own but I would have to do the whole Xilinx setup again and I probably won't have much time to do it sooner. I also plan to do some video tutorials on Asymmetric Multi-Processing but with a new work, it would have to wait too. Peace. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I am just starting with libmetal and openamp so pardon me if this question is very basic.
So I need to compiled some of the examples in openamp, especially echo one. In order to run it on RPC I have to compiled using the baremetal compilation method. I am working on RedPitaya which zynq7 based device so I am doing the following:
Then I do the
make install
but it is complaining about not finding some of the xilinx files (xscugic.h) . I don't know whether these files are generated when we import an hdf files or these are just generic files. So do we need to modify the cmake files to include some other directories or whats the method here? Below is the result of running make:Cheers.
Waqar
Beta Was this translation helpful? Give feedback.
All reactions