Main

11.1 EDK - Interrupt controller self test example does not work in GDB

AR# 25081

Search For Another Answer

Topic EDK-GNU
Last Updated 04/27/2009
Status Active
Description

Keywords: selftest, real, mode

Why does the EDK interrupt self test example not work with GDB?

Solution

In the "xintc.h" file, change the value of XIN_REAl_MODE from "1" to "0", as shown below:

/** Real mode, no simulation allowed, hardware interrupts recognized */
#define XIN_REAL_MODE 0


 
 
/csi/footer.htm