1
Windows / Re: Undefined reference to mcount - compiling errors.
« on: February 04, 2010, 11:59:27 am »
This may be caused due to '-pg' option during build. '-pg' is used to generate profile information. If the target doesn't support this feature you may get this kind of error.