448 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...