MPC574XG Compile problem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MPC574XG Compile problem

跳至解决方案
3,619 次查看
Ehsaaan
Contributor III

Hello

First I import MPC574XG_MCAL4_0_RTM_1_0_5 example from NXP, in EB tresos. next, I change the RTM version from 1.0.3 to 1.0.5 in preferences.xdm because it had errors in generation and import. the RTM version problem is solved here. then without any configuration change and any errors, I generate and replace output files into cfg folder and then try to compile. I encounter this error(attached files):

what is the problem??

0 项奖励
回复
1 解答
3,608 次查看
namnguyenviet
NXP Employee
NXP Employee

Hello,

The error log is obvious:  You need to check the  SW version of Mcl_Dmamux.h and Reg_eSys_DmaMux.h and make sure they are identical.

在原帖中查看解决方案

3 回复数
3,572 次查看
namnguyenviet
NXP Employee
NXP Employee

Hello,

The Mcl_DmaMux.h seems to be redundant. My suggestion is you need to delete all the files in cfg/include and cfg/src folder, then copy all files from Tresos\workspace\MCAL_SampleApplication\output\include to cfg/include and Tresos\workspace\MCAL_SampleApplication\output\src to cfg/src folder, so the generated files are always up to date.

Best Regards,

Nam

0 项奖励
回复
3,609 次查看
namnguyenviet
NXP Employee
NXP Employee

Hello,

The error log is obvious:  You need to check the  SW version of Mcl_Dmamux.h and Reg_eSys_DmaMux.h and make sure they are identical.

3,578 次查看
Ehsaaan
Contributor III

Yes. You're right. This is obvious. They should be identical. but this error is repeated every time I generate with EB and every time I must go and modify that file and correct the wrong version. how can I prevent this?

0 项奖励
回复