Okay, all I had to do was implement a memorymanager for fpc. The sysutils unit was creating some objects which requires the fpc memory functions to be implemented. It only really needed mapping of the xbox memory functions to the pascal functions we know and love like GetMem FreeMem etc.

so now my program runs and builds including the sysutils unit. Next I'll see if linking to OpenXDK is working

Andrew