How to install GDBServer ?
- 
					
					
					
					
 Hi, i am using LEDE-Buildsystem with Eclipse. The remote debugger requires gdbserver to be installed on omega. Searched the packages but found nothing. How to install ? Thanks in advance. 
 
- 
					
					
					
					
 @Carst-Dan Have you tried the repos listed in https://docs.onion.io/omega2-docs/c-compiler-on-omega.html? 
 
- 
					
					
					
					
 Tried the following after adding the repos: opkg update 
 opkg install gdbserverNow it works. Thanks ! 
 
- 
					
					
					
					
 Could you please share details of the repository where you found the gdbserver package? Thanks 
 
- 
					
					
					
					
 @Carst-Dan said in How to install GDBServer ?: i am using LEDE-Buildsystem with Eclipse. The remote debugger requires gdbserver to be installed on omega. Searched the packages but found nothing. I don't remember any problems with the gdbserverinstallation, I had a little problem withgdbinstall (follow to the topic). Maybe it helps you resolve the problem.I'm using Visual Studio 2017 with Linux development addon (Makefile) and it has remote-debugging too, but it doesn't work. I start gdbserveron the Onion and try to connectgdbfrom Linux's Virtual Machine or from Visual Studio GDB to Onion gdbserver, but It seems to me versions are not compatible. After connection I see error message and disconnect, but my GDBs normally work remotely with one application that compiled in usual Linux (x86).So I don't recommend you install gdbserverbecause at the end of way it waste your time.
 
- 
					
					
					
					
 @Lachlan-Peter You don't say anything about your systemOmega and its firmware (as usual 
 So - for example on v0.3.2 b232 - enable the second (2nd) and the fifth (5th) lines of the '/etc/opkg/distfeeds.conf' file to install (make, gcc, gdb) gdbserver.# Omega2+ with OpenWrt 18.06 based v0.3.2 b232 firmware root@Omega-5BE1:/# opkg update ... root@Omega-5BE1:/# opkg list | grep -i gdbserver gdbserver - 8.0.1-1 - GDBSERVER is a program that allows you to run GDB on a different machine than the one which is running the program being debugged. root@Omega-5BE1:/# opkg install gdbserver Installing gdbserver (8.0.1-1) to root... Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/base/gdbserver_8.0.1-1_mipsel_24kc.ipk Configuring gdbserver. root@Omega-5BE1:/#Good luck! 
 
- 
					
					
					
					
 @György-Farkas We need a template response "What firmware version and device are you using". "Uncomment lines 2 and 5".