<div dir="ltr">Hi<div><br></div><div>I'm trying to find the right multilib for the ARM Deos BSP. They compile their native </div><div>ARINC 653 applications with these:</div><div><br></div><div>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  -fno-threadsafe-statics  -fno-use-cxa-atexit -fno-rtti  <br></div><div><br></div><div>Neither arm-eabi nor arm-rtems will link this. arm-eabi picks a variant for crtn0.o but doesn't seem to find a libm even though one is there in the same multilib path and ends up with the math function undefined. arm-rtems is just missing the multlib info as best I can tell.</div><div><br></div><div>/data/home/joel/test-gcc/install-master/bin/../lib/gcc/arm-rtems5/10.0.0/../../../../arm-rtems5/bin/ld: error: /tmp/cc8zsaRc.o uses VFP register arguments, armtest does not<br>/data/home/joel/test-gcc/install-master/bin/../lib/gcc/arm-rtems5/10.0.0/../../../../arm-rtems5/bin/ld: failed to merge target specific data of file /tmp/cc8zsaRc.o<br></div><div><br></div><div>I have attached my simple example. Do we have a multlib that should be matching this or does one need to be added?</div><div><br></div><div>Assistance definitely appreciated.</div><div><br></div><div>Thanks.</div><div><br></div><div>--joel</div></div>