Post Go back to editing

starting new aducm3029 project

I'm starting a fresh aducm3029 project, trying to get the uart comms working first to talk to the device.

Compiling works fine, but I'm getting the following linker errors;

no definition for gnCriticalRegionIntStatus

no definition for gnCriticalRegionNestingCount

can you tell me what the linker settings should be, what libraries to point to? I don't see anything special in the example projects and they work fine.

Like I said, the uart.c and uart.h files are included in the preprocessor config, and everything is compiling fine. I'm sure I'm just off by a simply library include in the linker option.

thanks!

Steve

Parents
  • Hi ,

    Looks like the errors you have posted is about missing function definitions. Is this a third party library are you using  ?

    In order to resolve this error, you need to create first the missing functions or to look the missing functions to the 3rd party library and port it to your project.

Reply
  • Hi ,

    Looks like the errors you have posted is about missing function definitions. Is this a third party library are you using  ?

    In order to resolve this error, you need to create first the missing functions or to look the missing functions to the 3rd party library and port it to your project.

Children
No Data