I’ve been playing a bit with my Lynx board and we able to flash some LED’s and write strings to my character display etc. But now all of a sudden it all stopped working and I am getting linker errors like those shown below. The strange thing is that I did not really change my code when this started happening.
I also found a few times that even though I stop the application it is actually still running somewhere in the background and I need to kill its process before I can re-run the code.
But I could not not yet figure out what else to stop to resolve this latest link error. I understand Lynx is still in Beta, but hope someone will at least be able to offer some advice.
The link errors look lke this:
Error 15 error LNK1120: 14 unresolved externals C:\data\dev\Lynx\betalynx\Programs\Blink_w_all\Blink_w_all\Release\Blink_w_all.exe Blink_w_all
Error 12 error LNK2001: unresolved external symbol __imp__FT_Close@ 4 C:\data\dev\Lynx\betalynx\Programs\Blink_w_all\Blink_w_all\Blink_w_all\main_all.obj Blink_w_all
Error 5 error LNK2001: unresolved external symbol __imp__FT_GetQueueStatus@ 8 C:\data\dev\Lynx\betalynx\Programs\Blink_w_all\Blink_w_all\Blink_w_all\main_all.obj Blink_w_all
Error 2 error LNK2001: unresolved external symbol __imp__FT_ListDevices@ 12 C:\data\dev\Lynx\betalynx\Programs\Blink_w_all\Blink_w_all\Blink_w_all\main_all.obj Blink_w_all