Date: Mon, 16 Feb 2015 10:42:44 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 197576] [arm] lang/libobjc2 on ARM does not build the correct exception code. Message-ID: <bug-197576-7-GvKVRByJa0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-197576-7@https.bugs.freebsd.org/bugzilla/> References: <bug-197576-7@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197576 David Chisnall <theraven@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[arm] lang/gnustep-base |[arm] lang/libobjc2 on ARM |fails configure step |does not build the correct | |exception code. --- Comment #2 from David Chisnall <theraven@FreeBSD.org> --- The real error is here: /usr/local/lib/libobjc.so: undefined reference to `_Unwind_SetIP' /usr/local/lib/libobjc.so: undefined reference to `_Unwind_SetGR' This is a bit odd, as both of these are inline functions, which wrap ARM-specific things, in unwind-arm.h in libobjc2: http://svn.gna.org/viewcvs/*checkout*/gnustep/libs/libobjc2/trunk/unwind-arm.h?revision=37753 I can only imagine getting this if somehow the compiler is not defining __arm__ in the libobjc2 build. -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197576-7-GvKVRByJa0>