Forum Discussion
Altera_Forum
Honored Contributor
20 years agoWatchdog has expired.
<<Watchdog has expired. Targed detached.>> I've often faced this problem when I try to debug some program, however I can't identify "who" is this watchdog. So I can't disable it. Someb...
Altera_Forum
Honored Contributor
20 years agoThe message you're seeing is a standard GDB message which indicates a failure (or, at the very least, a timeout) in communications between the host and the remote side. You can look through any GDB source code and you'll find this message in the remote.c file.
The point being, here, that you shouldn't waste your time debugging SOPC Builder components, as they aren't generating this message. Regards, - slacker