Hi Jevois team,
Have you managed to run a gdbserver successfully via serial? I'm using CLion and managed to debug the host build just fine, and no trying to test and debug on platform. Managed to execute the gdbserver on /dev/ttyS0 in jevois.sh, and used arm-none-eabi-gdb to connect and I get a (No GDB symbols found error). I passed -DCMAKE_BUILD_TYPE=debug when building, and again was able to gdb with the host build.
If you happen to have done it, are there specific steps that need to be done? What would be the correct sysroot for example?
Thanks