I use a RTOS is build in an lib.a file. If i break in my applicantions code, i can step into the code of the library.
Breakpoints i set inside sorces in my Library are ignored though. How can i break inside my Library?
I use a RTOS is build in an lib.a file. If i break in my applicantions code, i can step into the code of the library.
Breakpoints i set inside sorces in my Library are ignored though. How can i break inside my Library?
i found the reason. Xilinx SDK must know every library, not only the folder.
i found the reason. Xilinx SDK must know every library, not only the folder.