My company has existing C code to control our products that one of our customers would like to build into their own application, running on their electronics that use an MPC567xK.
It's basically stand-alone: they'd call 1 big function to calculate stuff. Minimal math.h dependencies, and I might even replace those with lookup tables.
They use Green Hills. I'd like to use NXP's GCC package.
Is it feasible for me to build an object file to hand over to them? (maybe I'd need a linker script to change some sections? maybe statically link libgcc?)