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 agoHi,
Would you please give me some information by setting
echo 1 > /proc/sys/kernel/print-fatal-signals
. And please try the switch '-fPIC', if possible. Kazu