S32ds 1.3 to S32ds 2018

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32ds 1.3 to S32ds 2018

1,177件の閲覧回数
lohrsistemas
Contributor IV

Hello,

I tried converting my project initially created in version 1.3 to the 2018 version. However it did not find some libraries, for example:

#include "fsl_device_registers.h"

fatal error: fsl_device_registers.h: No such file or directory

How can I fix this?

0 件の賞賛
返信
1 返信

904件の閲覧回数
mikedoidge
NXP Employee
NXP Employee

Hello lohrsistemas‌,

The file fsl_device_registers.h comes from the SDK. In newer versions of the SDK, it appears to have been renamed to just device_registers.h. However, you will find that there are many differences between the SDK version used to create the project and the version available in 2018.R1. Unfortunately, in many cases, there is no simple way to migrate from one SDK version to another. You could try to export the Processor Expert settings from previous version and import them into the new version. If this does not work, then you will need to create a new SDK project in the 2018.R1, move your code to this new project and then create new Processor Expert settings with values from the previous version.

Hope it helps,

Mike

0 件の賞賛
返信