I have created a project for timer peripheral. I took example code (ftm_periodic_interrupt_s32k144) for reference. I have configured everything, same as example code. After building my project I'm getting errors. i.e., multiple definition of () first defined here. This type of error I'm getting 53 times with different API's.
Solved! Go to Solution.
Your steps are fine, but here is not the same as ours,
I don't know what caused this result. Maybe you can uninstall the SDK and reinstall it. There is already version 4.0.3.
I didn't do anything, just created a new project and referred to the same configuration as you
Actually, the file which I have sent you, that does not contain linker_files, startup, src.bak files... I think it's my fault while creating the project I think I skipped some steps. So could you please send me the entire steps or procedure for this particular project?
1.create new project
2.configure peripherals
3.Generate configuration code
4.Copy main.c, compile, done!
Check the attached zip file and please correct the mistake.
Your steps are fine, but here is not the same as ours,
I don't know what caused this result. Maybe you can uninstall the SDK and reinstall it. There is already version 4.0.3.
I can't give the exact cause of the error according to the picture, you can export your project and I'll check it for you.