News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Wiki main page the compiler links not all valid

Started by AndrewCot, January 22, 2022, 06:48:50 AM

Previous topic - Next topic

AndrewCot

On the Wiki main page the supported compiler list on the bottom right quadrant of the page has the following:

BAD Links    MinGW GCC (incl. G77) (Win32)       : Forwards to hijacked site
    Apple GCC (Xcode) (Mac OS X)        : Page not found
    OpenWatcom (Win32)                  : 404 Not Found
    GDC D Compiler                      : loads, but old site and new site gone

Suspect Downloads on linked page:
    Microsoft Visual C++ Toolkit 2003 (Win32)   : Download links do not link to MS


Working Links
    GNU GCC (incl. G77) (Linux)
    MSP430 GCC (Win32)
    TriCore and PowerPC GCC (Win32, Linux)
    Microsoft Visual C++ 2005 (Win32)
    Borland's C++ Compiler 5.5 (Win32)     NOTE: slow
    DigitalMars C/C++ (Win32)
    Intel C++ compiler (Win32)
    Small Device C Compiler (SDCC)
    Digital Mars D
    LLVM D Compiler

Can someone who has WIKI change privileges please update and fix the links with issues.

ollydbg

Thanks.



* [http://gcc.gnu.org/ GNU GCC (incl. G77)] (Linux)
* [https://osdn.net/projects/mingw/ MinGW GCC (incl. G77)] (Win32)
* [http://mspgcc.sourceforge.net MSP430 GCC] (Win32)
* [http://www.hightec-rt.com TriCore and PowerPC GCC] (Win32, Linux)
* [http://developer.apple.com/tools/ Apple GCC (Xcode)] (Mac OS X)
<!-- Tested and working with Microsoft PSDK for Windows 2003 R2 and CodeBlocks b3577 -->
* [http://xona.com/2004/06/29.html Microsoft Visual C++ Toolkit 2003] (Win32)
* [http://msdn.microsoft.com/vstudio/express/visualc/download/ Microsoft Visual C++ 2005] (Win32)
* [http://edn.embarcadero.com/article/20633 Borland's C++ Compiler 5.5] (Win32)
* [http://www.digitalmars.com/ DigitalMars C/C++] (Win32)
* [http://open-watcom.github.io/ OpenWatcom] (Win32)
* [https://software.intel.com/en-us/c-compilers Intel C++ compiler] (Win32)
* [http://sdcc.sourceforge.net/ Small Device C Compiler (SDCC)]
* [http://dlang.org/ Digital Mars D]
* [https://gdcproject.org/ GDC D Compiler]
* [https://github.com/ldc-developers/ldc/ LLVM D Compiler]



This is what I have changed.

If you have better links, you can paste the code here, and then I can paste to the wiki edit source page.

Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

AndrewCot

My update:
* [http://gcc.gnu.org/ GNU GCC (incl. G77)] (Linux)* [https://www.mingw-w64.org/ MinGW-w64] (Win)
* [https://github.com/jmeubank/tdm-gcc/ TDM GCC] (Win)
* [https://www.msys2.org/ MSYS2] (Win)
* [https://www.cygwin.com/ Cygwin] (Win)
* [https://winlibs.com/ WinLibs GCC] (Win)
* [https://osdn.net/projects/mingw/ MinGW GCC (incl. G77)] (Win32)
* [http://mspgcc.sourceforge.net MSP430 GCC] (Win32)
* [http://www.hightec-rt.com TriCore and PowerPC GCC] (Win32, Linux)
* [https://developer.apple.com/xcode/ Apple XCode (GCC)] (Mac OS X)
<!-- Tested and working with Microsoft PSDK for Windows 2003 R2 and CodeBlocks b3577 -->
* [http://xona.com/2004/06/29.html Microsoft Visual C++ Toolkit 2003] (Win32)
* [https://visualstudio.microsoft.com/vs/community/ Microsoft Visual Community Edition] (Win)
* [http://edn.embarcadero.com/article/20633 Borland's C++ Compiler 5.5] (Win32)
* [http://www.digitalmars.com/ DigitalMars C/C++] (Win32)
* [https://github.com/open-watcom/open-watcom-v2 OpenWatcom V2] (Win32)
* [https://software.intel.com/en-us/c-compilers Intel C++ compiler] (Win32)
* [http://sdcc.sourceforge.net/ Small Device C Compiler (SDCC)]
* [http://dlang.org/ Digital Mars D] (Win32, Linux, Mac OS X)
* [https://gdcproject.org/ GDC D Compiler] (Linux)
* [https://github.com/ldc-developers/ldc/ LLVM D Compiler] (Win32, Linux, Mac OS X)


Changes:
UPDATED * [https://github.com/open-watcom/open-watcom-v2 OpenWatcom V2] (Win32)
Updated * [https://developer.apple.com/xcode/ Apple XCode (GCC)] (Mac OS X)
Updated * [https://visualstudio.microsoft.com/vs/community/ Microsoft Visual Community Edition] (Win)

Added * [https://www.mingw-w64.org/ MinGW-w64 (Win)]
Added * [https://github.com/jmeubank/tdm-gcc/ TDM GCC (Win)]
Added * [https://www.msys2.org/ MSYS2 (Win)]
Added * [https://www.cygwin.com/ Cygwin (Win)]
Added * [https://winlibs.com/ WinLibs GCC (Win)]

Added OS types to a few entries

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

AndrewCot

Thanks. All open a valid page that hopefully allow the end users to download the required files.

One little issue; the source has the following as a single line, but it should be two lines:

* [http://gcc.gnu.org/ GNU GCC (incl. G77)] (Linux)* [https://www.mingw-w64.org/ MinGW-w64] (Win)

Miguel Gimenez


ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

ollydbg

Hi, AndrewCot.

Our admin responded that now every forum user can edit the wiki page now, so you can try it. Thanks.

The policy may be changed in the future, only a limited group of forum user can edit the wiki.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

AndrewCot

Thanks.

I was able to open the page and then open the editor, but as I have not updated I did not do anything.  I am assuming I can now edit the page as I got to the editor.

LETARTARE

Thanks,
It is possible to edit a page, but you have to connect from the forum and come back.
CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'