Hi everyone. I'm trying to port pjproject (http://www.pjsip.org) to make it work on a LPC2468 ARM based board. I am using uClinux dist 20051014, due to patch availability by the board makers.
Everything goes alright until I run a test program which links the lib statically. I get an unaligned access at some point. I want to avoid modifying the lib's source code, so I recompiled the kernel with ALIGNMENT_TRAP=y. I know about performance penalty, but I want to try it first. Now I can't get through initd, since I get an uknown instruction trap which wasn't before. So here is the question: does that kernel option work alright with ARM7? I guess 2005 is an old dist, so I can try to patch the files related to ALIGNMENT_TRAP by taking a look at the 2007 distribution, has anyone tried it? Thanks ! Carlos _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
