Показать сообщение отдельно
Старый 14.11.2017, 11:10   #1
archi
Новичок
 
Регистрация: Nov 2017
Сообщения: 24
Благодарил(а): 1 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
По умолчанию Отладчик c/c++

При попытке воспользоваться отладчиком вылазит проблема.
Мои действия:

1) На контроллере загружен в ручном режиме исполняемый файл, автозагрузка настроенна, скрипт выполняеться.
2) Вытаюсь воспользоваться отладчиком в консоли виртуальной машины
arm-none-linux-gnueabi-insight ./testDBG
3)Открываеться мой файл main.cpp. Открываю консоль. Командую Load.
4) Вылазит сообщение

Connected to 172.16.62.8.
220---------- Welcome to Pure-FTPd ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 10:56. Server port: 21.
220 You will be disconnected after 15 minutes of inactivity.
331 User root OK. Password required
230 OK. Current directory is /projects
Remote system type is UNIX.
Using binary mode to transfer files.
200 TYPE is now 8-bit binary
local: ./testDBG remote: testDBG.tmp

421 Service not available, remote server timed out. Connection closed
root@172.16.62.8's password:


5) Я ввожу пароль segnetics. Вылазит сообщение

Connected to 172.16.62.8.
220---------- Welcome to Pure-FTPd ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 10:56. Server port: 21.
220 You will be disconnected after 15 minutes of inactivity.
331 User root OK. Password required
230 OK. Current directory is /projects
Remote system type is UNIX.
Using binary mode to transfer files.
200 TYPE is now 8-bit binary
local: ./testDBG remote: testDBG.tmp

421 Service not available, remote server timed out. Connection closed
root@172.16.62.8's password:


Подобная проблема описанна в
http://forum.segnetics.com/showthrea...E0%E4%F7%E8%EA

Но там я решения не нашел.
Что я делаю не так?
archi вне форума   Ответить с цитированием