On Wed, Jun 22, 2016 at 10:35 AM, <[email protected]> wrote: > Hi, > > I'm trying to run ./gdbserver on the beaglebone black but I get: > 'No such file or directory' > > The BBB is flashed with 8.4 (cat /etc/debian_version) > > According to the excellent Derek Molloy videos, it should come pre-installed > with debian: > https://www.youtube.com/watch?v=T9yFyWsyyGk&t=31m2s > > Unfortunately, even trying to install it manually doesn't work: > " > root@beaglebone:~# apt-get install gdbserver > Reading package lists... Done > Building dependency tree > Reading state information... Done > Package gdbserver is not available, but is referred to by another package. > This may mean that the package is missing, has been obsoleted, or > is only available from another source > E: Package 'gdbserver' has no installation candidate
sudo apt-get update sudo apt-get install gdbserver Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYiB%2BxCnyJETxZq0puF%3DoBSKE%3D6W77i25FDU3o5pgaCFBw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
