diff options
Diffstat (limited to 'gdb/ser-ocd.c')
-rw-r--r-- | gdb/ser-ocd.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ser-ocd.c b/gdb/ser-ocd.c index 7ef1796..971f84e 100644 --- a/gdb/ser-ocd.c +++ b/gdb/ser-ocd.c @@ -62,8 +62,10 @@ ocd_open (scb, name) if (dll_do_command == NULL) error ("Can't find do_command function in Wigglers.dll"); } -#endif - +#else + /* No wiggler DLLs on Unix yet, fail. */ + error ("Wiggler library not available for this type of host."); +#endif /* _WIN32 */ return 0; } |