mfloat-abi=soft appears on subdirs Posted by scopa on 2017-09-11 16:54 Hello Chris I modified plugin.xml as follows: isDefault="true" -> change to "false" where command="-mfloat-abi=hard" isDefault="false" -> change to "true" where command="-mfloat-abi=hard" and restart eclipse with -clean. Regards scopa
Posted by dautrevaux on 2017-09-12 12:46 Hi scopa, Modifying the plugin.xml file (for plugin fr.ac6.mcu.ide I presume) is quite a bad idea for at least two reasons: Next time you update this plugin, you will have to edit plugin.xml again It changes the defaukt to hard-float for all MCUs, even those without an FPU Normally, if you select the proper MCU when creating the project, the FPU selection will be adjusted automatically to hard-float if there is an FPU in the MCU, so editing the plugin.xml file should anyway be totaly useless. Bernard (Ac6)