Hello,
I'm trying to figure out the c++ library linker settings for my Xilinx SDK project. Does anyone know which libraries i need to set to use c++?
Kind regards,
Bob
Hello,
I'm trying to figure out the c++ library linker settings for my Xilinx SDK project. Does anyone know which libraries i need to set to use c++?
Kind regards,
Bob
Hi Bob!
When you made the new new project under the Project Explorer, did you choose C++ as your language?
If you did, and you need access to setting the libraries, right click the project, under project explorer - choose "C/C++ Build Settings", then in the middle of the window under Tool Settings tab, you will see "ARM g++ linker". In there you can set any libraries you will need to include.
Knowing WHICH libraries need to be set, really depends on what libraries are required for the code you use.
--Dan
Hi Bob!
When you made the new new project under the Project Explorer, did you choose C++ as your language?
If you did, and you need access to setting the libraries, right click the project, under project explorer - choose "C/C++ Build Settings", then in the middle of the window under Tool Settings tab, you will see "ARM g++ linker". In there you can set any libraries you will need to include.
Knowing WHICH libraries need to be set, really depends on what libraries are required for the code you use.
--Dan