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 agoThx for the help.
I found the problem but not the solution yet.... when i make the executable the osip library isnt linked in to it statically so the osip_init is unknown. Tried adding -static to LDFLAGS but that does not help any ideas?