I got it working by dragging the files in and getting everything done manually. My biggest problem was getting the program to use __Entry as a starting point instead of __startup. I finally found in Properties->C/C++ Build->Settings->ColdFire Linker->Input that there is a place to specify an Entry Point. I put __Entry in instead of __startup and that fixed me up.