-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual Compile for Zynq UltraScale+ #2
Comments
The problem was that Xilinx |
same issue |
Hi Hamid, |
@TripackMcLovin I recommend using the sources on Xilinx's Github repositories. You can find all of them here: https://github.com/Xilinx?q=gst&type=all&language=&sort= As long as you make sure to checkout the correct branch in each repository before compiling, you should be able to compile and install everything without issues. |
Amazing, works like a charm, thanks a lot! Short Description:
|
I am trying to compile this plugin on Ubuntu RootFS for a Xilinx Zynq UltraScale board; however, no guide for "Making" the content of the repository seems to have been provided and I am currently stuck. I am using the 2019.2 branch and I have gone as far as doing a successful
autogen
as follows:./autogen.sh --with-omx-target=zynqultrascaleplus --with-omx-header-path=*path_to_xilinx_omx_headers*
However, running
make
after that end with the following error:Do I need to provide any additional arguments for
make
here?The text was updated successfully, but these errors were encountered: