S32 Design Studio for ARM Version 2018.R1 program fail.
Error with command: gdb --version
Cannot run program "gdb": Launching failed
解決済! 解決策の投稿を見る。
 
					
				
		
 stanish
		
			stanish
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
This issue may occur when the first debug is launched by clicking on the debug button and there was no debug configuration launched previously - Eclipse creates a new generic GDB configuration which is missing some important paths/settings required to run GDB client.
I'd suggest you to go the Debug Configuration dialog select correct debug configuration and press debug:
Hope it helps.
Stan
 
					
				
		
 BlackNight
		
			BlackNight
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		That error message typically indicates that the gdb executable is not found, see Troubleshooting Tips: Failed Debugging with GDB | MCU on Eclipse
I hope this helps,
Erich
i also have this problem, your solution is not working
 
					
				
		
 jiri_kral
		
			jiri_kral
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
I faced similar issue couple weeks ago - in my case the issue was caused by different gcc (4.9 used for build) and gdb (6.3) version used for build/debug. You can use verbose build mode in project properties to check out in build console which particular version is really used:
Jiri
Hello, I got the same issue.
Did you find a solution for that Problem?
 
					
				
		
 stanish
		
			stanish
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
This issue may occur when the first debug is launched by clicking on the debug button and there was no debug configuration launched previously - Eclipse creates a new generic GDB configuration which is missing some important paths/settings required to run GDB client.
I'd suggest you to go the Debug Configuration dialog select correct debug configuration and press debug:
Hope it helps.
Stan
HI,
My Problem is gone now, thanks to you!
 
					
				
		
 jiri_kral
		
			jiri_kral
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
what is your OS- Linux or Windows?
