06-03-2019 03:14 PM
I downloaded and updated an example project, dma_ex_fft, to the latest version zynq ultrascale+ target.
After exporting the bit file, launching the SDK and creating an application, little question marks are shown next to project folders and files along with "dma_ex_fft master" in brackets next to each folder.
How do I resolve this issue? Thanks.
Gabriel
06-10-2019 06:54 AM
Hi @gvirbila
Could you elaborate a little bit more your issue? I mean, you mention that you updated to the latest version of the target, do you mean latest version of Vivado (2019.1)? Which steps are you following in the application creation?
Regards
06-13-2019 12:23 PM
I have built the project from scratch and am still seeing the issue? I am using 2018.3.
08-05-2019 09:49 PM
Maybe that means your files aren't committed (if you are using some program like Git)
I'm using git, I made commit and that question mark disappeared, I don't know if its was because that or something else, but you can try
04-23-2020 02:54 AM
Your SDK project is a (sub)directory in a Git repository. The icon represents an untracked file/folder. Commit the files, ignore them in .gitignore file or replace your project in a non-git directory.
Hovering on the icon should give at least a tooltip that tells what's the icon about. Currently it does not and clearly the UI is unintuitive in this case.