OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/or_debug_proxy
    from Rev 109 to Rev 353
    Reverse comparison

Rev 109 → Rev 353

/src/gdb.c
461,11 → 461,13
}
if (rsp.client_waiting)
 
#ifdef CYGWIN_COMPILE
sleep(1);
//if (rsp.client_waiting)
//sleep(1);
#else
usleep(10000);
if (rsp.client_waiting)
usleep(10000);
sched_yield();
#endif
/Makefile
82,8 → 82,7
OR_DEBUG_PROXY_SRC = src/or_debug_proxy.c \
src/gdb.c \
src/usb_functions.c \
src/win_usb_driver_calls.c \
src/vpi_functions.c
src/win_usb_driver_calls.c
CXX = gcc
CPPFLAGS = $(COMMON_CPPFLAGS) -I./obj -DCYGWIN_COMPILE=1 $(DBGCPPFLAGS)
CXXFLAGS = $(COMMON_CXXFLAGS)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.