<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for GCCMVS</title><link>https://sourceforge.net/p/gccmvs/activity/</link><description>Recent activity for GCCMVS</description><language>en</language><lastBuildDate>Thu, 28 Aug 2025 12:12:03 -0000</lastBuildDate><item><title>GCCMVS updated /SEASIK/SEASIK 2.0/makeutil_new.zip</title><link>https://sourceforge.net/projects/gccmvs/files/SEASIK/SEASIK%202.0/makeutil_new.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Thu, 28 Aug 2025 12:12:03 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/SEASIK/SEASIK 2.0/makeutil_new.zip/download</guid></item><item><title>GCCMVS updated /SEASIK/SEASIK 2.0/makeutil_new.zip</title><link>https://sourceforge.net/projects/gccmvs/files/SEASIK/SEASIK%202.0/makeutil_new.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Thu, 28 Aug 2025 10:57:03 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/SEASIK/SEASIK 2.0/makeutil_new.zip/download</guid></item><item><title>GCCMVS updated /SEASIK/SEASIK 2.0/makeutil_new.zip</title><link>https://sourceforge.net/projects/gccmvs/files/SEASIK/SEASIK%202.0/makeutil_new.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Thu, 28 Aug 2025 09:15:04 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/SEASIK/SEASIK 2.0/makeutil_new.zip/download</guid></item><item><title>GCCMVS released /SEASIK/SEASIK 2.0/makeutil_new.zip</title><link>https://sourceforge.net/projects/gccmvs/files/SEASIK/SEASIK%202.0/makeutil_new.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Thu, 28 Aug 2025 07:24:03 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/SEASIK/SEASIK 2.0/makeutil_new.zip/download</guid></item><item><title>GCCMVS released /SEASIK/SEASIK 2.0/makeutil_new.zip</title><link>https://sourceforge.net/projects/gccmvs/files/SEASIK/SEASIK%202.0/makeutil_new.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Thu, 28 Aug 2025 07:04:04 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/SEASIK/SEASIK 2.0/makeutil_new.zip/download</guid></item><item><title>Paul Edwards posted a comment on discussion Help</title><link>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#21f1/4082</link><description>Hi Piotr. Thanks for your feedback. Glad you got it working in the end. Note that using PDPCLIB is optional – you can use any C runtime library, and any C compiler. That’s just what I use, and the only thing that actually gets tested. However if you wish to build MVS etc programs, you have no real choice – you need to use PDPCLIB when you get there. I’m happy to replace the current compile (which I never use) with yours. Or your makefile. It would be good if the makefile worked with pdmake (a fairly...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Edwards</dc:creator><pubDate>Tue, 25 May 2021 21:30:35 -0000</pubDate><guid>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#21f1/4082</guid></item><item><title>nutilius posted a comment on discussion Help</title><link>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#21f1</link><description>The previous problem was because I didn't change all nul words using vi: %s/ nul / \/dev\/null /g but some nul words are followed by tab char so I have to change also like this: %s/ nul\t/ \dev\/null\t/g Additionally patch file is in MS-DOS format (CRLF in the end of line) and shoud be converted to Unix before use. After this I've received all patched files, also not-existent as gccmvs.txt and compile. You wrote that on the same level like gcc should be also pdos/pdpclib but readme lacks information...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nutilius</dc:creator><pubDate>Tue, 25 May 2021 21:12:46 -0000</pubDate><guid>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#21f1</guid></item><item><title>Paul Edwards posted a comment on discussion Help</title><link>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#2b96/4739</link><description>Ok, the instructions I provide (in gccmvs.txt) are to run “compile” not “configure”. In addition, I’ve never attempted to target opened. In addition, I’ve only used 32-bit compilers, and much older versions of gcc. It might be worth building an 80386 version of gcc 3.2.3 before using that to build a s370 version of gcc 3.2.3. I do almost all of my 80386 work with gcc 3.2.3, because that is more-or-less the only option for s370 and I want my software to work on both environments. Anyway, I took a...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Edwards</dc:creator><pubDate>Tue, 25 May 2021 13:53:54 -0000</pubDate><guid>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#2b96/4739</guid></item><item><title>nutilius modified a comment on discussion Help</title><link>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#2b96</link><description>So I've downloaded patch file pointed by you, changed null to /dev/null and I've patched gcc source code (unpacked from gcc-3.2.3.tar.gz). Next i made: ./configure --target=i370-ibm-opened make and receive an error: make[1]: *** [Makefile:649: cp/decl.o] Error 1 make[1]: Leaving directory '/home/nome/projects/gcc-3.2.3/gcc' make: *** [Makefile:1604: all-gcc] Error 2 what is done by: cp/decl.c:13667:7: note: in expansion of macro ‘DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P’ if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nutilius</dc:creator><pubDate>Tue, 25 May 2021 13:39:44 -0000</pubDate><guid>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#2b96</guid></item><item><title>nutilius posted a comment on discussion Help</title><link>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#2b96</link><description>So I've downloaded patch file pointed by you, changed null to /dev/null and I've patched gcc source code (unpacked from gcc-3.2.3.tar.gz). Next i made: ./configure --target=i370-ibm-opened make and receive an error: make[1]: *** [Makefile:649: cp/decl.o] Error 1 make[1]: Leaving directory '/home/nome/projects/gcc-3.2.3/gcc' make: *** [Makefile:1604: all-gcc] Error 2 what is done by: cp/decl.c:13667:7: note: in expansion of macro ‘DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P’ if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nutilius</dc:creator><pubDate>Tue, 25 May 2021 13:38:48 -0000</pubDate><guid>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#2b96</guid></item><item><title>Paul Edwards posted a comment on discussion Help</title><link>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#f57c/3824</link><description>Hi Piotr. I agree, it’s not that easy to find. Not many people actually want it though, and those who do just get it pre-installed as part of MVS/380. Anyway, if you go here: https://sourceforge.net/projects/gccmvs/files/GCCMVS/GCC%203.2.3%20MVS%209.0/ The last one has what you need (if you continue going that route). Also note that when you apply the patch, you will need to change the “NUL” to “/dev/null”. I only found out after release that CVS had started changing that for some reason. You can...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Edwards</dc:creator><pubDate>Tue, 25 May 2021 11:53:50 -0000</pubDate><guid>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#f57c/3824</guid></item><item><title>nutilius posted a comment on discussion Help</title><link>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#f57c</link><description>I don't understant, sorry. You wrote about gccmvs.txt but where? I've browsed files in project and don't see source code. In GCCCMS is binary version for VM, in GCCMVS binary version for MVS (xmit) and windows (exe). Inside zip files are readme files but nowhere I see compiler source code and compile script. Am I blind? Should I go to gcc site and download version 3.2? I want to build cross-compiler for 370 architectire to create standalone programs (f.ex. to work in VM without CMS). For 390 current...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nutilius</dc:creator><pubDate>Tue, 25 May 2021 09:57:10 -0000</pubDate><guid>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#f57c</guid></item><item><title>Paul Edwards posted a comment on discussion Help</title><link>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#484e/c2c0</link><description>The instructions are in gccmvs.txt and say to run “compile”. There is a script called “compile” in that directory. Note that there is a “README” in the top level of the source that points to gccmvs.txt (for people interested in MVS). BFN. Paul. From: nutilius Sent: Monday, May 24, 2021 9:49 PM To: [gccmvs:discussion] Subject: [gccmvs:discussion] Where is the source located? Did you build the cross-compiler on Linux? I'm looking for the instruction how to build gcc for s370 as the cross-compiler on...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Edwards</dc:creator><pubDate>Tue, 25 May 2021 01:02:37 -0000</pubDate><guid>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#484e/c2c0</guid></item><item><title>nutilius posted a comment on discussion Help</title><link>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#484e</link><description>Did you build the cross-compiler on Linux? I'm looking for the instruction how to build gcc for s370 as the cross-compiler on Linux. Can you help?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nutilius</dc:creator><pubDate>Mon, 24 May 2021 11:49:27 -0000</pubDate><guid>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#484e</guid></item><item><title>Mike Großmann posted a comment on discussion Help</title><link>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#8884</link><description>I have found the sources in the meantime. At least I think so. They are in the download in the huge patch file, right?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Großmann</dc:creator><pubDate>Mon, 07 Dec 2020 10:25:13 -0000</pubDate><guid>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#8884</guid></item><item><title>Mike Großmann posted a comment on discussion Help</title><link>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#f456</link><description>I would like to build linux and mac versions of the latest gccmvs. But I'm not able to find the source. Regards Mike</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Großmann</dc:creator><pubDate>Sun, 06 Dec 2020 14:16:46 -0000</pubDate><guid>https://sourceforge.net/p/gccmvs/discussion/691143/thread/102c2dc5ae/?limit=25#f456</guid></item><item><title>GCCMVS released /SEASIK/SEASIK 2.0/makeutil.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/gccmvs/files/SEASIK/SEASIK%25202.0/makeutil.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Thu, 03 Oct 2019 12:00:02 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/SEASIK/SEASIK%202.0/makeutil.zip/download</guid></item><item><title>GCCMVS released /SEASIK/SEASIK 2.0/seasik-2_0.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/gccmvs/files/SEASIK/SEASIK%25202.0/seasik-2_0.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 02 Oct 2019 04:42:02 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/SEASIK/SEASIK%202.0/seasik-2_0.zip/download</guid></item><item><title>GCCMVS released /GCCMUS/GCC 3.2.3 MUS 9.0/gccmus-3_2_3-9_0.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/gccmvs/files/GCCMUS/GCC%25203.2.3%2520MUS%25209.0/gccmus-3_2_3-9_0.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 02 Oct 2019 04:40:02 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/GCCMUS/GCC%203.2.3%20MUS%209.0/gccmus-3_2_3-9_0.zip/download</guid></item><item><title>GCCMVS released /GCCVSE/GCC 3.2.3 VSE 9.0/gccvse-3_2_3-9_0.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/gccmvs/files/GCCVSE/GCC%25203.2.3%2520VSE%25209.0/gccvse-3_2_3-9_0.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 02 Oct 2019 04:38:02 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/GCCVSE/GCC%203.2.3%20VSE%209.0/gccvse-3_2_3-9_0.zip/download</guid></item><item><title>GCCMVS released /GCCCMS/GCC 3.2.3 CMS 9.0/gcccms-3_2_3-9_0.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/gccmvs/files/GCCCMS/GCC%25203.2.3%2520CMS%25209.0/gcccms-3_2_3-9_0.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 02 Oct 2019 04:36:02 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/GCCCMS/GCC%203.2.3%20CMS%209.0/gcccms-3_2_3-9_0.zip/download</guid></item><item><title>GCCMVS released /GCCMVS/GCC 3.2.3 MVS 9.0/gccmvs-3_2_3-9_0-xmit.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/gccmvs/files/GCCMVS/GCC%25203.2.3%2520MVS%25209.0/gccmvs-3_2_3-9_0-xmit.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 02 Oct 2019 04:34:02 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/GCCMVS/GCC%203.2.3%20MVS%209.0/gccmvs-3_2_3-9_0-xmit.zip/download</guid></item><item><title>GCCMVS released /GCCMVS/GCC 3.2.3 MVS 9.0/gccmvs-3_2_3-9_0.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/gccmvs/files/GCCMVS/GCC%25203.2.3%2520MVS%25209.0/gccmvs-3_2_3-9_0.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 02 Oct 2019 04:34:02 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/GCCMVS/GCC%203.2.3%20MVS%209.0/gccmvs-3_2_3-9_0.zip/download</guid></item><item><title>GCCMVS released /GCCMVS/GCC 3.2.3 MVS 9.0/gccmvs-3_2_3-9_0-win32.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/gccmvs/files/GCCMVS/GCC%25203.2.3%2520MVS%25209.0/gccmvs-3_2_3-9_0-win32.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 02 Oct 2019 04:34:02 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/GCCMVS/GCC%203.2.3%20MVS%209.0/gccmvs-3_2_3-9_0-win32.zip/download</guid></item><item><title>GCCMVS released /GCCMVS/binu214a-stage5.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/gccmvs/files/GCCMVS/binu214a-stage5.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 26 Sep 2018 12:10:03 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/GCCMVS/binu214a-stage5.zip/download</guid></item><item><title>GCCMVS released /GCCMVS/gcc-stage296.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/gccmvs/files/GCCMVS/gcc-stage296.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 26 Sep 2018 11:00:03 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/GCCMVS/gcc-stage296.zip/download</guid></item><item><title>GCCMVS released /minizip/minizip 0.15 MVS 4.0/minizip-0_15-4_0.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/gccmvs/files/minizip/minizip%25200.15%2520MVS%25204.0/minizip-0_15-4_0.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Sun, 14 Aug 2016 06:01:02 -0000</pubDate><guid>https://sourceforge.net/projects/gccmvs/files/minizip/minizip%200.15%20MVS%204.0/minizip-0_15-4_0.zip/download</guid></item><item><title>GCCMVS released /OldFiles/gccmvs-3_2-2_0.txt</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/gccmvs/files/OldFiles/gccmvs-3_2-2_0.txt/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 07 Jan 2015 19:24:14 -0000</pubDate><guid>http://sourceforge.net/projects/gccmvs/files/OldFiles/gccmvs-3_2-2_0.txt/download</guid></item><item><title>GCCMVS released /OldFiles/pdpc084.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/gccmvs/files/OldFiles/pdpc084.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 07 Jan 2015 19:24:14 -0000</pubDate><guid>http://sourceforge.net/projects/gccmvs/files/OldFiles/pdpc084.zip/download</guid></item><item><title>GCCMVS released /OldFiles/bwbasic-2.30.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/gccmvs/files/OldFiles/bwbasic-2.30.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 07 Jan 2015 19:24:14 -0000</pubDate><guid>http://sourceforge.net/projects/gccmvs/files/OldFiles/bwbasic-2.30.zip/download</guid></item><item><title>GCCMVS released /OldFiles/gccmvs-3_2_3-2_0.txt</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/gccmvs/files/OldFiles/gccmvs-3_2_3-2_0.txt/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 07 Jan 2015 19:24:14 -0000</pubDate><guid>http://sourceforge.net/projects/gccmvs/files/OldFiles/gccmvs-3_2_3-2_0.txt/download</guid></item><item><title>GCCMVS released /OldFiles/pdpc083.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/gccmvs/files/OldFiles/pdpc083.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 07 Jan 2015 19:24:14 -0000</pubDate><guid>http://sourceforge.net/projects/gccmvs/files/OldFiles/pdpc083.zip/download</guid></item><item><title>GCCMVS released /OldFiles/gccmvs.txt</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/gccmvs/files/OldFiles/gccmvs.txt/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 07 Jan 2015 19:24:13 -0000</pubDate><guid>http://sourceforge.net/projects/gccmvs/files/OldFiles/gccmvs.txt/download</guid></item><item><title>GCCMVS released /OldFiles/pdpc082.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/gccmvs/files/OldFiles/pdpc082.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 07 Jan 2015 19:24:13 -0000</pubDate><guid>http://sourceforge.net/projects/gccmvs/files/OldFiles/pdpc082.zip/download</guid></item><item><title>GCCMVS released /OldFiles/gccmvs-3_2-1_0.txt</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/gccmvs/files/OldFiles/gccmvs-3_2-1_0.txt/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 07 Jan 2015 19:24:13 -0000</pubDate><guid>http://sourceforge.net/projects/gccmvs/files/OldFiles/gccmvs-3_2-1_0.txt/download</guid></item><item><title>GCCMVS released /OldFiles/gccmvs-3_2_3-1_0.txt</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/gccmvs/files/OldFiles/gccmvs-3_2_3-1_0.txt/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 07 Jan 2015 19:24:13 -0000</pubDate><guid>http://sourceforge.net/projects/gccmvs/files/OldFiles/gccmvs-3_2_3-1_0.txt/download</guid></item><item><title>GCCMVS released /OldFiles/pdpc081.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/gccmvs/files/OldFiles/pdpc081.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 07 Jan 2015 19:24:13 -0000</pubDate><guid>http://sourceforge.net/projects/gccmvs/files/OldFiles/pdpc081.zip/download</guid></item><item><title>GCCMVS released /OldFiles/pdpc080.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/gccmvs/files/OldFiles/pdpc080.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GCCMVS</dc:creator><pubDate>Wed, 07 Jan 2015 19:24:13 -0000</pubDate><guid>http://sourceforge.net/projects/gccmvs/files/OldFiles/pdpc080.zip/download</guid></item></channel></rss>