I used the graph tools to generate spt code and when I built the project there was errors:
I didn't edit the code generated by spt graph tools.
How can I solve this error.
P.S. It does not have error in the earlier time with the same configuration.
Regards
Hai
Solved! Go to Solution.
Hi Hai,
Unfortunately SPT Graph tool in S32DS for Power PC v.1.1 is almost unusable for generating ASM code.
In your case - graph tool add extra comma character after vector size - .sync 256, . You can manually remove coma char after 256 in generated code - or write the code by yourself and ignore graph tool at all.
SPT Graph tool will be fixed in version 1.2
Jiri
Hi Hai,
Unfortunately SPT Graph tool in S32DS for Power PC v.1.1 is almost unusable for generating ASM code.
In your case - graph tool add extra comma character after vector size - .sync 256, . You can manually remove coma char after 256 in generated code - or write the code by yourself and ignore graph tool at all.
SPT Graph tool will be fixed in version 1.2
Jiri
Here I find one way to solve this error: delete the instruction and rebuilt one with same configuration.
Does it mean that the error may be a bug?