I have been trying to use the C time() function for a PPC application.
The problem is that using time() for an ARM PPC gives a Linker error, I get:
POLINK: error: Unresolved external symbol 'time'.
I have checked POLINK on crt.lib for symbol 'time' using /MACHINE:ARM, and it reports that it is in the library.
The time() function links OK with the crt.lib file when the application is compiled for X86.
Is this a LIB problem for crt.lib for the ARM object code?