We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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