553 views
in Getting started by
I have tried all the .a and .lib files I can find in the provided setup, but still get these errors from the IAR linker:

Linking

Error[Li005]: no definition for "EwPrint" [referenced from C:\Embedded_Wizard\MIMXRT1050-EVK\Template\Project\EWARM\iMXRT1050-EVK\obj\main.o]

Error[Li005]: no definition for "EwFree" [referenced from ewgfxcore.o(libewgfx-m7-r90-iar.a)]

Error[Li005]: no definition for "EwGetTicks" [referenced from ewgfx.o(libewgfx-m7-r90-iar.a)]

Error[Li005]: no definition for "EwMathRandInt32" [referenced from ewgfx.o(libewgfx-m7-r90-iar.a)]

Error[Li005]: no definition for "EwPanic" [referenced from ewobject.o(libewrte-m7-iar.a)]

Error[Li005]: no definition for "EwZero" [referenced from ewgfxcore.o(libewgfx-m7-r90-iar.a)]

Error[Li005]: no definition for "EwAlloc" [referenced from ewgfxcore.o(libewgfx-m7-r90-iar.a)]

I am using the free trial version.

1 Answer

0 votes
by
Hello,

the functions you are looking for are not part of a library - they are provided as source code within the file ewextrte.c.

Best regards,

Manfred.
by
Thank you, somehow I did not have the RTE directory in the build. That solved the problem.

Embedded Wizard Website | Privacy Policy | Imprint

...