Hello,
I’m new in VisualGDB and I try to Import a KEIL µVision Project. Now I get the error, that __nop is undeclared identifier. My Hardware is a LPC1768.
The Main.cpp is as followed:
#include “LPC17xx.h”
#include “stdbool.h”
int main(void)
{
while (ture)
{
__nop();
}
}
The current Building and linking Defines in VisualGDB Project Properties -> Embedded Project are:
DEBUG __ARMCC_VERSION=560020 __arm__ __CC_ARM
<span class=”hps”>Are the</span> <span class=”hps”>settings</span> <span class=”hps”>correct? Did I forgot something?</span>
-
This topic was modified 8 years, 9 months ago by kunzeti.
-
This topic was modified 8 years, 9 months ago by kunzeti.