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? # include <sys/time.h># include <osip2/osip.h> int main(void) { int i; osip_t *osip; i=osip_init(&osip); if (i!=0) return -1; } Might be a thread or semaphore problem, i just don't know where to start looking Any sugestions? regards Mikkel Kidmose