BUG/SOLUTION: linker error: _lwevent_get_signalled not found under CodeWarrior 10

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

BUG/SOLUTION: linker error: _lwevent_get_signalled not found under CodeWarrior 10

551 Views
TomR
Contributor I

CodeWarrior 10 and MQX 3.6.2:

I was getting a linker error that the symbol _lwevent_get_signalled was not found.

 

After some research I found that the file lwe_gets.c where _lwevent_get_signalled is defined was not in the list of files to compile for the PSP.

 

Solution:

Add lwe_gets.c to PSP Generic/lwevent and rebuild the PSP.

 

0 Kudos
1 Reply

280 Views
DavidS
NXP Employee
NXP Employee

Thanks Tom.

This will be fixed in FSLMQX3.7 release.

Regards,

David

0 Kudos