Date: Wed, 7 Sep 2016 17:41:00 +0200 From: =?UTF-8?Q?Micha=C5=82_Stanek?= <mst@semihalf.com> To: Erik Moe <e.moe@rcn.com> Cc: freebsd-arm <freebsd-arm@freebsd.org> Subject: Re: Unaligned access in ubldr.bin Message-ID: <CAMiGqYhrxS0d%2BiUqHtcULWEGDZ47%2BdLD9SWg1OxT4WAXCYHXcw@mail.gmail.com> In-Reply-To: <E04431D8-F38C-4B9F-BFE1-1207265DED8B@rcn.com> References: <E04431D8-F38C-4B9F-BFE1-1207265DED8B@rcn.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Looks like you have the SCTLR.A bit enabled which triggers an exception on unaligned access. You can either disable this bit or compile the binary with -mno-unaligned-access. Regards, Michal Stanek
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMiGqYhrxS0d%2BiUqHtcULWEGDZ47%2BdLD9SWg1OxT4WAXCYHXcw>