Hi Troy,
I sent you an answer through the service request you submitted. I will post the solution to this issue here in order to help some other members.
If you go to the path: C:\Users\b50274\Documents\MCUs\Samples\KINETIS_120MHZ_SC\build\cw you can find there a cw_readme.txt which contains the instructions to build correctly the sample projects. Basically you can do the next steps:
- Close CodeWarrior.
- Inside the KINETIS_120MHZ_SC you can see there are two folders: src and build. You can copy or cut this folder, we are going to move them. In the cw_readme.txt document says to set the workspace to the folder but I find this way simpler.

- Open in windows explorer your workspace location, typically the location is C:\workspace.
- Paste inside the workspace location the src and build folders. This is because the paths of the sample projects are relative to the workspace location and if you do not have those folders there the compiler will not be able to find the files.

- Go to the build folder and select the project you want to run, drag and drop the .project file into the CodeWarrior’s workspace (Open CodeWarrior for this).
- Now there is an issue with the fpu_asm.s file which is inside sources>drivers>fpu. It has a startup routine that another IDE (KEIL uVision) needs to run correctly these examples. You can either delete or exclude from build this file because it causes some conflicts when is used within CodeWarrior.
-Erase the file: simply select the file and delete it.
-Exclude from build (it is the polite way): Right click on the file > Resource configuration > Exlcude from Build… ; You can see that now the file has a line across its icon, this means it is excluded from build.

- Compile the project and should be no errors.
I hope this information can help you.
Regards,
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. It would be nice!
-----------------------------------------------------------------------------------------------------------------------