Forum Discussion
Altera_Forum
Honored Contributor
16 years agoProblem building C++ shared library
I am using uClinux-dist with MMU and the gcc 4.1.2 binary toolchain, and I am having a problem with g++ when building a shared library. A test: #include <stdio.h>
int main(void)
{
printf(...
Altera_Forum
Honored Contributor
16 years agoLooks like the problem I am running into is not because of this warning. helloworld works with -fPIC although I still get the linker warnings.