Re: Arm Multilib Question

2019-10-11 Thread Joel Sherrill
On Fri, Oct 11, 2019 at 8:55 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 11/10/2019 15:46, Joel Sherrill wrote: > > Hi > > > > I'm trying to find the right multilib for the ARM Deos BSP. They compile > > their native > > ARINC 653 applications with these: > > > >

Re: Arm Multilib Question

2019-10-11 Thread Sebastian Huber
On 11/10/2019 15:46, Joel Sherrill wrote: Hi I'm trying to find the right multilib for the ARM Deos BSP. They compile their native ARINC 653 applications with these: arm-eabi-gcc   -MP -MMD -nostdinc -gdwarf-2 -fno-exceptions -mabi=aapcs-linux -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16

Arm Multilib Question

2019-10-11 Thread Joel Sherrill
Hi I'm trying to find the right multilib for the ARM Deos BSP. They compile their native ARINC 653 applications with these: arm-eabi-gcc -MP -MMD -nostdinc -gdwarf-2 -fno-exceptions -mabi=aapcs-linux -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mthumb -mthumb-interwork -O0