This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -nostdlib option!


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]