Motion Sequence Builder will not compile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When using the Motion Sequence Builder tool in the Kinetis Motor Suite, I am having trouble compiling the code. Everything works fine when I am working in sensored velocity, but when I am in sensored position it fails to compile. I looked through the log file, and its failing with it can't find the MotionSequence.h file. Which is odd because the related *.c file on the line above is called MotionSequencePos.c and there is a MotionSequencePos.h. I tried renaming MotionSequencePos.h to what the makefile was looking for, but the build still fails further down the line. Is there any reason why motion Sequence Builder just isn't working? I'm not doing anything complex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Michael,
I'm a bit confused. Are you trying to copy your motion sequence from a sensored velocity project into a position project?
Also what version of KMS are you using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I started off in just the Sensored Position project, but it failed to compile. So I created a new project that was Sensored Velocity and uploaded the example code and that compiled fine.
KMS Ver. 1.0.1.5617
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Michael,
Gotcha. That is a known issue with version 1.0.1 of KMS. My suggestion would be to upgrade to the latest version as we have made additional improvements. If this isn't feasible, attach your .kms file and I can fix the issue in that file manually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you were right. I updated the KMS and everything compiled fine. Thank you!