352 views
in System Integration by
Hello,
I'm getting the following error when I use "make" on "StartGccBuildEnvironment":

./Obj/DeviceDriver.o: In function `DeviceDriver_Initialize':
DeviceDriver.c:(.text.DeviceDriver_Initialize+0x24): undefined reference to `__vmt_ApplicationDeviceClass'
DeviceDriver.c:(.text.DeviceDriver_Initialize+0x28): undefined reference to `ApplicationDevice'
collect2.exe: error: ld returned 1 exit status
make: *** [EmWiApplication] Error 1
 

Can you help me please?
Thank you,
Lucas

1 Answer

0 votes
by
Hello Lucas,

based on the provided information it is difficult to find the reason for the linker error...

Which Build Environment and which version are you using?

Did you try the original 'DeviceIntegration' example and does this work?

What are your changes (maybe you can post your DeviceDriver.c file)?

Best regards,

Manfred.
by
Hello,

I was using the 9.0 version and it was ok, when I downloaded the 9.20 version it started to happen.

 

I'm using ""StartGccBuildEnvironment"

 

Regards,

Lucas

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...