7.2.2011 14:44, ali hagigat kirjoitti:
How will be memset, memcpy, etc. Can i copy them from the source code of gcc? But they are dependent to other functions in other libraries probably and some headers.
Most probably these functions are standalone and don't call other functions... Does your program really call them? What does 'nm' say anout undefined symbols in the compiled object(s)?
Are those functions available stand alone some where?
For instance in : newlib-1.18.0/newlib/libc/machine/i386 in the current newlib sources.