I am still fairly new to FPC, so I thought I might ask someone more knowledgable than me.
I am trying to link a C object file in an FPC project, and the linker is giving me an unresolved gcc symbol. How do I link the platform gcc abi in FPC, or do I need to build the appropriate gcclib.so and then link it in the FPC project?
'undefined reference to symbol '__aeabi_ul2d@@GCC_3.5'