On 11/8/22 10:18, Tom de Vries wrote: > 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. But suffers from the fact that it picks up /usr/bin/gdbserver instead of ~$remote_user_name/gdbserver. So, fix this more simply, with this patch. Thanks, - Tom