Forum Discussion
Altera_Forum
Honored Contributor
20 years agoOsip2 on uClinux
I am experiencing a problem, trying to use Osip under uClinux/niosII When running the following code the whole system locks up... Is there anybody here with some Osip/Osip2 experience? # in...
Altera_Forum
Honored Contributor
20 years ago> When running the following code the whole system locks up...
I remember having the same problem -- it had something to do with tracing or gperf or something like that-- but it has been awhile. When you configure, try disabling the (initially) unnecessary features, then go from there. E.g.: --enable-static --disable-shared --disable-trace --disable-debug --disable-gperf Also, make sure your include paths are properly set so you don't build against the wrong headers: e.g. $ export CPPFLAGS "-I<whatever>" Regards, --Scott