Undefined reference to pm_state_force on Windows, works fine on Linux

Hi devzone,

I am having a weird problem. I was guiding a new employee to set up their Windows computer to develop our application. Once everything was set up, we built a stable version of our application, but the build failed due to an undefined reference to pm_state_force. I have no issues building the same app on a Linux VM with, to the best of my knowledge, the same parameters (toolchain, etc ). I am reproducing the same issue when I try to build on my windows computer i.e. not in the VM.

Do you have any ideas where this might come from, and how to solve the issue ?

Thanks in advance for your help.

Best regards,

Nicolas Goualard

Related