Syntax errors in codewarrior for eTPU 10.3

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

Syntax errors in codewarrior for eTPU 10.3

Jump to solution
422 Views
InhyeokHwang
Contributor III

Hi,

I wonder why these syntax errors are shown when I build my project.

This is EngineControlSet from AN4907SW.

In the problems window, only warnings are shown but I can find these syntax errors on the code side.

KakaoTalk_20230428_132852274.png

KakaoTalk_20230428_132849433.png

Do I need to use a specific compiler from ByteCraft?
What I've done is just install cw10.3 for etpu, import project, and build.

Thanks 

Tags (1)
0 Kudos
1 Solution
408 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

As I know there are 3 different syntaxes for eTPU code development:

- Bytecraft i.e. original functions based on eTPU Function Selector: https://www.nxp.com/webapp/etpu/
- CodeWarrior for eTPU i.r. function based on CW eTPU Function Selector: https://www.nxp.com/webapp/etpu_cw/
- AshWare based on ETEC compiler

If you have source files based on CodeWarrior for eTPU you should be able to used it in CW10.3

View solution in original post

0 Kudos
1 Reply
409 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

As I know there are 3 different syntaxes for eTPU code development:

- Bytecraft i.e. original functions based on eTPU Function Selector: https://www.nxp.com/webapp/etpu/
- CodeWarrior for eTPU i.r. function based on CW eTPU Function Selector: https://www.nxp.com/webapp/etpu_cw/
- AshWare based on ETEC compiler

If you have source files based on CodeWarrior for eTPU you should be able to used it in CW10.3

0 Kudos