Hello, pardon me if this is a stupid question, I'm a student going to work on my master project/thesis with a Zybo Z7-20 Zynq-7000 ARM/FPGA SoC and only slowly learning the ropes of this. A previous student already wrote a lot of code for this and I'm trying to get the dependencies right so I can get it to run on my board, however, I am having problems with the C++ version. The program is based on the reVISION-Zybo-Z7-20 v2017.4-3 sample project, Live Video Demo for Pcam. My predecessor recommended me to use this project as a basis for the project he made and then copy/replace the source folder with his, which I did. However, trying to build the project I get an error, because the sample demo uses C++ 6.7, but the code of my predecessor uses the type "constexpr", which requires C++ 11 (or higher). I've tried to find a solution for this on my own, however I've really been stumped on how I can get C++ 11or higher imported into SDx. I would be grateful if someone can help me out!
Question
schoechm
Hello, pardon me if this is a stupid question, I'm a student going to work on my master project/thesis with a Zybo Z7-20 Zynq-7000 ARM/FPGA SoC and only slowly learning the ropes of this. A previous student already wrote a lot of code for this and I'm trying to get the dependencies right so I can get it to run on my board, however, I am having problems with the C++ version. The program is based on the reVISION-Zybo-Z7-20 v2017.4-3 sample project, Live Video Demo for Pcam. My predecessor recommended me to use this project as a basis for the project he made and then copy/replace the source folder with his, which I did. However, trying to build the project I get an error, because the sample demo uses C++ 6.7, but the code of my predecessor uses the type "constexpr", which requires C++ 11 (or higher). I've tried to find a solution for this on my own, however I've really been stumped on how I can get C++ 11or higher imported into SDx. I would be grateful if someone can help me out!
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.