Hi,
I've ported code from CLANG to GCC and used libc.a and libstdc++.a - but I don't have all functions implementation.
I would like to have the _sbrk() function implementation.
I left it empty in my project but the code is getting there during global constructors initialization.
Where can I find the implementation ?
Thanks,
Eli Mordel
I suppose that _sbrk() function code is in libc.
The libc I have (for TI AM243x ) does not have it .
Is the libc code for ARM is somewhere in GIT ?
Eli