On 11/7/22 17:13, Tom de Vries via Gdb-patches wrote: > + # Make sure remote target can't see files on build. Note that we're > + # currently using $objdir/output instead of $objdir because of gdbserver > + # being accessed on the target using $objdir/../../gdbserver/gdbserver. > + remote_exec build "chmod go-rx $objdir/outputs" And this follow-up patch fixes that limitation. Thanks, - Tom