Hello,
I am trying to run helloword example on the zedboard (with PL and PS) but when i copy the code on SDK IE
it can't find xgpio.h.
Can any one help me ?
Thanks
Hello,
I am trying to run helloword example on the zedboard (with PL and PS) but when i copy the code on SDK IE
it can't find xgpio.h.
Can any one help me ?
Thanks
It looks like you are trying to run an example that was generated for hardware that has at least one axi_gpio module but your hardware does not. If the hardware you generated and exported to your SDK does have an axi_gpio then it looks like the export was not successful or your SDK project has not been rebuilt since your hardware has changed. If this is the case you can try a 'clean' in SDK or I would suggest exporting to a new SDK workspace to make sure you are working with the latest hardware and just importing any application from the old SDK workspace.
-Gary
It looks like you are trying to run an example that was generated for hardware that has at least one axi_gpio module but your hardware does not. If the hardware you generated and exported to your SDK does have an axi_gpio then it looks like the export was not successful or your SDK project has not been rebuilt since your hardware has changed. If this is the case you can try a 'clean' in SDK or I would suggest exporting to a new SDK workspace to make sure you are working with the latest hardware and just importing any application from the old SDK workspace.
-Gary