When I try to initialize the GPIO on a project with the MicroBlaze (XGpio_Initialize) when compiling generates the following error:
undefined reference to `XGpio_Initialize '
I included the library # include "xgpio.h". However, if the project believe it from arm's (cortex_0 and cortex_1) works perfectly. What's wrong?