<div dir="ltr"><div dir="ltr"><div>Hello,</div>After I enabled the per section support on the mcf5235 bsp ,<div>on the initial "make install" it said that permission is denied for loopback-init.o file</div><div>, while other tests before it were built successfully ,</div><div>so i had to give "chmod +x loopback-init.o" , which solved the problem .</div><div><br></div><div>The question is why did the permission denied came on loopback test only ?</div><div>diff has been attached here .</div><div>please tell if you see the same problem ,</div><div>which file should i refer so that the permission is given without needing to make any further changes  .<br></div><div>-----------------------------------------------------------------------------------------------</div><div><div>diff --git a/bsps/m68k/mcf5235/config/mcf5235.cfg b/bsps/m68k/mcf5235/config/mcf5235.cfg</div><div>index aed4e2ed5c..cf838b11e5 100644</div><div>--- a/bsps/m68k/mcf5235/config/mcf5235.cfg</div><div>+++ b/bsps/m68k/mcf5235/config/mcf5235.cfg</div><div>@@ -7,7 +7,7 @@ RTEMS_CPU=m68k</div><div> include $(RTEMS_ROOT)/make/custom/default.cfg</div><div><br></div><div> #  This contains the compiler options necessary to select the CPU model</div><div>-#  and (hopefully) optimize for it.</div><div>+#  and (hopefully) optimize for it.</div><div> CPU_CFLAGS = -mcpu=5235</div><div><br></div><div> # optimize flag: typically -O2</div><div>@@ -15,8 +15,8 @@ CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer</div><div><br></div><div> # FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2571.</div><div> # The following two lines enable compiling and linking on per element.</div><div>-# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections</div><div>-# LDFLAGS = -Wl,--gc-sections</div><div>+CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections</div><div>+LDFLAGS = -Wl,--gc-sections</div><div><br></div><div> ifndef MTARGET</div><div> MTARGET=ram</div></div><div>--------------------------------------------------------------------------------------------------</div><div>Regards </div><div>--Shashvat</div></div></div>