Skip to content
Snippets Groups Projects
  1. Oct 20, 2009
    • Redirect 'Slash' NIL's avatar
      MinGW: always use "-D__USE_MINGW_ANSI_STDIO" · fb61f527
      Redirect 'Slash' NIL authored
      This is unfortunately needed to make stdio work like OpenOCD expects -- matching
      the ANSI-C standard, instead of MS-Windows.
      
      I tested it in both MinGW-W64 on Vista 64 and MinGW-W32 on XP, and I don't
      see any adverse effects to enabling it for all MinGW versions.
      fb61f527
    • Redirect 'Slash' NIL's avatar
      MinGW: use WinSock2 · 0388a9c0
      Redirect 'Slash' NIL authored
      After reading a bit further, it appears that ws2_32 (Windows Sockets 2)
      is included in all versions of Windows and backwards compatible with
      wsock32, at least according to
      
       http://msdn.microsoft.com/en-us/library/ms740673%28VS.85%29.aspx.
      
      Only Win95 seems to require a manual installation; is not a big deal.
      
      So I think we can drop this whole business of detecting 64 bit MinGW and
      just use -lws2_32 for all MinGW platforms.
      0388a9c0
  2. Oct 19, 2009
  3. Oct 18, 2009
  4. Oct 17, 2009
  5. Oct 16, 2009
    • David Brownell's avatar
      xscale: better fix for debug_handler.bin · cb7965da
      David Brownell authored
      
      Generate a C struct with the data, and use that, instead of an
      assembly language file.  The assembly language causes issues on
      Darwin and MS-Windows, which don't necessarily use GNU AS; or
      if they do, don't necessarily use its ELF syntax.
      
      It's also better in two other ways:  fewer global symbols; and
      the init-time size check gets optimized away at compile time.
      (Unless it fails, in which case bigger chunks of the file vanish.)
      
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      cb7965da
  6. Oct 15, 2009
  7. Oct 14, 2009
  8. Oct 13, 2009
  9. Oct 12, 2009
Loading