I found my missing "libkpitgcc" problem. The library generator step was being passed a user-defined option that the new tools didn't understand - and I missed it because e2studio helpfully highlighted the linker error, but not the library generator error before it. I eliminated that option and the libkpitgcc library was created correctly. Now, it fails to link as it cannot find strcmp, strlen, atof, etc. The Whack-A-Mole project continues...
↧