29 views
in Platform Packages by
I am trying to migrate my V11 project to recently bought V13, but when building in MCUExpresso i get the error, "..ewextrte.c:76:10: fatal error: ew_bsp_os.h: No such file or directory 76 | #include "ew_bsp_os.h".

it seems to be a new file compared with V11, and I'm not able to locate it. The project is a NXP iMX_RT project.

1 Answer

0 votes
by

Hello,

it seems that you did not update the content of the folder /TargetSpecific.

Please compare the content of the Build Environment for your target of version 11 with the new one (version 13) and migrate your changes. Especially the content of /Application/Source and /TargetSpecific. The Platform Package source code should be used from version 13 without any modifications from your side.

I hope that helps.

Best regards,

Manfred.

by
Seems to  be better, but still issues, getting type error "XDisplayInfo"

ew_bsp_touch.h:98:3: error: unknown type name 'XDisplayInfo'
by

This is defined in ew_bsp_display.h - please include this file before ew_bsp_touch.h.

The provided Build Environment should help and serve as template.

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...