when i try to connect to S32K144 development board via on-board USB using S32DS , it failed and report error: "Could not determine GDB version after sending: C:\NXP\S32DS_ARM_v2.2\eclipse\../S32DS/build_tools/gcc_v6.3/gcc-6.3-arm32-eabi/bin/arm-none-eabi-gdb --version, response: "
Please help me to solve this problem.
Solved! Go to Solution.
My problem has been solved
The reason is because my company’s network seems to be blocking the "GDB server". When I disconnect from the company’s network, it will execute normally.
Although it can be used normally, I don't know if there are any ideas to improve this problem? Because this problem does not occur in other IDEs, and it will be a lot of trouble for me to work.
My problem has been solved
The reason is because my company’s network seems to be blocking the "GDB server". When I disconnect from the company’s network, it will execute normally.
Although it can be used normally, I don't know if there are any ideas to improve this problem? Because this problem does not occur in other IDEs, and it will be a lot of trouble for me to work.
Some details:
1. Program running well on the board.
2. The phenomenon I am talking about does not always exist. Sometimes there was no problem, but the problem reappeared on another day.
3. I don’t know why this phenomenon suddenly disappears sometimes。And i can connect to the board again.
Hi,
the most common cause of this issue is that you are trying debug your application as a x86 application. Please make sure, that you selected : GDB PEMicro Debug Interface.
Second most common case is that you selected new C/C++ project instead of New S32DS Application Project:
Jiri
Hi.
Thanks for your information. But My settings are the same as your reply. The problems still exits.
Me too, I tried a total of three computers, the first one is fine, the second one has the chance to have this problem repeatedly, and the third one will have this problem no matter how to reinstall S32DS.
I also tried many methods from the Internet, but still did not solve it. I also compared the computer with no problem and the computer related settings that have always had problems. The settings are also the same.