From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Wed, 02 Feb 2011 10:47:17 -0300 Subject: [Buildroot] What Target Architecture Variant to select for MPC8548 In-Reply-To: <5090347B-83AB-4395-8DCB-9BD1BE1366A7@gmail.com> References: <5090347B-83AB-4395-8DCB-9BD1BE1366A7@gmail.com> Message-ID: <4D496065.8020108@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 02/02/11 10:44, Davis Mcpherson wrote: > I'm building the latest stable version of buildroot for a MPC8548 processor, and would like to select the most appropriate setting for the "Target Architecture Variant" configuration option. I'm using 'make menuconfig' to configure the build, and the options presented for this do not include a specific one for the 8548, there is an 8540 and there is an e500mc (the 8548 has the e500 core)... > > I'm trying my first build with this configuration option set to 'generic'... > > Is one the more specific options better for this processor? > > thanks, > > davis mcpherson Use 8540 since it's the same core. That said you probably want to use an external toolchain like that built by CT-NG to enjoy the SPE ABI. Regards.