Hello,
if I use to import the uplink.5 lib, I get the the shown error:
Has someone an idea how to fix the issue?
Best regards,
Marcel
Hello,
if I use to import the uplink.5 lib, I get the the shown error:
Has someone an idea how to fix the issue?
Best regards,
Marcel
Hello @mklueh,
Is this an already existing project or a new project, where you encountered this issue ?
I could reproduce the issue with a new project, if the main.dde
file is empty and the uplink
library is included afterwards.
Adding a config to the main.dde
file fixed the issue for me.
Kind regards,
Stefan
Hi Stefan,
it was an existing project and the main.dde contained a config. I don’t know why, but now the problem no longer exists.
Best regards,
Marcel
This is a bug in the compiler dependencies chain and appears due to missing recompilation of file dde/main.dde
after adding the uplink library.
Workarounds are:
a) do a pseudo-edit in the dde/main.dde
file, or
b) close/re-open the project