psptypes.h: No such file or directory

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

psptypes.h: No such file or directory

1,379 Views
oaf
Contributor IV

Hi,

 

I'm trying to compile the MSD_CDC project from KSDK-1.2.0 with KDS-3.0.0 and it will not compile:

 

c:\freescale\ksdk_1.2.0\rtos\mqx\mqx\source\include\mqx.h:82:22: fatal error: psptypes.h: No such file or directory

Labels (1)
Tags (3)
4 Replies

637 Views
oaf
Contributor IV

Hi,

I don't quite understand what the problem is, but my feeling is that the project-control system in KDS is very fragile.

When delete the project and try again the problem is gone. It's a little bit frightening that the import of projects seems

to be not 100% each time.

0 Kudos

636 Views
ivadorazinova
NXP Employee
NXP Employee

Hello Ole Asbjorn Fadum,

please, just for information did you compile your project with all these libraries?

<install_dir>/rtos/mqx/mqx/build/<tool_chain>/mqx_<board>

<install_dir>/rtos/mqx/mqx_stdlib/build/<tool_chain>/mqx_stdlib_<board>

<install_dir>/usb/usb_core/host/build/<tool_chain>/usbh_sdk_<board>_mqx

<install_dir>/lib/ksdk_mqx_lib/<tool_chain>/<platform>

Did you follow all of these steps in attachment ?

Thank you for your feedback!

Best Regards,

Iva

636 Views
oaf
Contributor IV

Hi,

I was just following the example .pdf and manually made what I thought was the necessary libraries.

Today I've tried to import 'Existing Projects Set'

    1. ...KSDK\V_1.2.0\rtos\mqx\build\kds\workspace_frdmk64f\build_libs.wsd

    2. ...\KSDK\V_1.2.0\examples\frdmk64f\demo_apps\usb\device\composite\msd_cdc\mqx\kds\dev_msd_cdc_frdmk64f_mqx.wsd

The 2nd import warns that:

    mqx_frdmk64f_all does not exists

    mqx_stdlib_frdmk64f_all does not exists

After enable USB-Composite

    ,,,\KSDK\V_1.2.0\usb\usb_core\device\include\frdmk64f\usb_device_config.h

The build-all worked just fine.

The Segger debug setup was incorrect but when looking on an other project I was able to get it work.

0 Kudos

636 Views
ivadorazinova
NXP Employee
NXP Employee

Hi Ole Asbjorn Fadum,

I tested whole procedure on my side and it was compiled without problems on my side.

First I imported the project, then I imported the libraries.

KDS_.png

When I go to J-link Debug mode, K64F is set.

kds_2.png

KDS_3.png

Do you have the same screen for Debug Configurations?

Please, describe your problem more detail.

Best Regards,

Iva

0 Kudos