<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/emunity/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/emunity/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 10 Jul 2014 21:50:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/emunity/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Syrine</title><link>https://sourceforge.net/p/emunity/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -22,7 +22,7 @@

 Run your first security checks with the following command :

-    $EXTGCC/bin/gcc --fsafety-check=$XMLPOLICY -fsafety-dir=$MYDIR  file.c
+    $EXTGCC/bin/gcc -O2 --fsafety-check=$XMLPOLICY -fsafety-dir=$MYDIR  file.c

 $XMLPOLICY stands for the path to file secpolicy.xml. All detected vulnerabilities will be listed in file $MYDIR/ERROR 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Syrine</dc:creator><pubDate>Thu, 10 Jul 2014 21:50:04 -0000</pubDate><guid>https://sourceforge.net9584c1603a931aa27dce743c1b8cea520d33b9f6</guid></item><item><title>Home modified by Syrine</title><link>https://sourceforge.net/p/emunity/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,8 +1,8 @@
-If you download the extension patch:
+If you download the source code patch, follow the instructions below:

 1. Download and Install libxml2 from http://xmlsoft.org/
 + Download and Install code2html from https://www.palfrader.org/code/code2html/
-+ 
++ Apply patch_emunity to gcc-4.8.2 and install the extended compiler :
     * tar -xf gcc-4.8.2.tar.gz
     * cd gcc-4.8.2
     * patch -p1 &amp;lt; pathto/patch_emunity
@@ -15,12 +15,16 @@
     * make 
     * make install

-Using the binaries archive:
+If you download the binaries archive:

-1. Unpack the binaries archive in directory $EXTGCC_BIN.  
-+ Run your first security checks with the following command :
+1. Unpack the binaries archive in directory $EXTGCC.  
+
+
+Run your first security checks with the following command :

-    $EXTGCC/bin/gcc --fsafety-check=$XMLPOLICY -fsafety-dir=$MYDIR  file.c 
+    $EXTGCC/bin/gcc --fsafety-check=$XMLPOLICY -fsafety-dir=$MYDIR  file.c
+
+$XMLPOLICY stands for the path to file secpolicy.xml. All detected vulnerabilities will be listed in file $MYDIR/ERROR 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Syrine</dc:creator><pubDate>Thu, 10 Jul 2014 21:48:12 -0000</pubDate><guid>https://sourceforge.net05be51ab36a7d420a416b8237075f0e1142d7f7b</guid></item><item><title>Home modified by Syrine</title><link>https://sourceforge.net/p/emunity/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -10,9 +10,10 @@
     * cd ..
     * mkdir gcc-build
     * cd gcc-build
-    * ../gcc-4.8.2/configure --disable-multilib --prefix=$EXTGCC CFLAGS=`xml2-config --cflags` LDFLAGS=`xml2-config --ldflags` \
-&amp;amp;&amp;amp; make \
-&amp;amp;&amp;amp; make install
+    * ../gcc-4.8.2/configure --disable-multilib --prefix=$EXTGCC 
+    CFLAGS=``xml2-config --cflags`` LDFLAGS=``xml2-config --ldflags`` 
+    * make 
+    * make install

 Using the binaries archive:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Syrine</dc:creator><pubDate>Thu, 10 Jul 2014 21:43:01 -0000</pubDate><guid>https://sourceforge.net54e6612b08384f25ad004afea4b30203eab27e18</guid></item><item><title>Home modified by Syrine</title><link>https://sourceforge.net/p/emunity/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -3,16 +3,14 @@
 1. Download and Install libxml2 from http://xmlsoft.org/
 + Download and Install code2html from https://www.palfrader.org/code/code2html/
 + 
-
-
-tar -xf gcc-4.8.2.tar.gz
-cd gcc-4.8.2
-patch gcc &amp;lt; patch_emunity
-./contrib/download_prerequisites
-cd ..
-mkdir gcc-build
-cd gcc-build
-../gcc-4.8.2/configure --disable-multilib --prefix=$EXTGCC CFLAGS=`xml2-config --cflags` LDFLAGS=`xml2-config --ldflags` \
+    * tar -xf gcc-4.8.2.tar.gz
+    * cd gcc-4.8.2
+    * patch -p1 &amp;lt; pathto/patch_emunity
+    * ./contrib/download_prerequisites
+    * cd ..
+    * mkdir gcc-build
+    * cd gcc-build
+    * ../gcc-4.8.2/configure --disable-multilib --prefix=$EXTGCC CFLAGS=`xml2-config --cflags` LDFLAGS=`xml2-config --ldflags` \
 &amp;amp;&amp;amp; make \
 &amp;amp;&amp;amp; make install

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Syrine</dc:creator><pubDate>Thu, 10 Jul 2014 21:33:42 -0000</pubDate><guid>https://sourceforge.net3cf4777cdaf0b1ed50b6ebe6cda782b9a0d1590f</guid></item><item><title>Home modified by Syrine</title><link>https://sourceforge.net/p/emunity/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,32 +2,26 @@

 1. Download and Install libxml2 from http://xmlsoft.org/
 + Download and Install code2html from https://www.palfrader.org/code/code2html/
-+ Configure
++ 

-cd $HOME
-mkdir -p src
-cd src
-wget http://www.netgull.com/gcc/releases/gcc-4.8.2/gcc-4.8.2.tar.bz2
+
 tar -xf gcc-4.8.2.tar.gz
 cd gcc-4.8.2
+patch gcc &amp;lt; patch_emunity
 ./contrib/download_prerequisites
 cd ..
 mkdir gcc-build
 cd gcc-build
-# The "--disable-multilib" is to disable building 32-bit support
-# on 64-bit systems where the 32 bit version of libc is not installed
-# and you do not want to go through the trouble of building it.
-# Diagnosis: "Compiler build fails with fatal error: gnu/stubs-32.h: No such file or directory"
-../gcc-4.8.2/configure --disable-multilib --prefix=$HOME/Environment/local \
+../gcc-4.8.2/configure --disable-multilib --prefix=$EXTGCC CFLAGS=`xml2-config --cflags` LDFLAGS=`xml2-config --ldflags` \
 &amp;amp;&amp;amp; make \
 &amp;amp;&amp;amp; make install
-   . `xml2-config --cflags` 
+    
 Using the binaries archive:

-1. Unpack the binaries archive in directory $EXTGCC.  
+1. Unpack the binaries archive in directory $EXTGCC_BIN.  
 + Run your first security checks with the following command :

-    $EXTGCC/gcc --fsafety-check=$XMLPOLICY -fsafety-dir=$MYDIR  file.c 
+    $EXTGCC/bin/gcc --fsafety-check=$XMLPOLICY -fsafety-dir=$MYDIR  file.c 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Syrine</dc:creator><pubDate>Thu, 10 Jul 2014 17:27:33 -0000</pubDate><guid>https://sourceforge.netde2f8990c2284fa5a3719f02701f07dab5653175</guid></item><item><title>Home modified by Syrine</title><link>https://sourceforge.net/p/emunity/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,9 +1,27 @@
-If you download the source distribution, 
+If you download the extension patch:

-follow the standard gcc installation procedure (see the gcc site for more help).
 1. Download and Install libxml2 from http://xmlsoft.org/
 + Download and Install code2html from https://www.palfrader.org/code/code2html/
-+ Configure 
++ Configure
+
+cd $HOME
+mkdir -p src
+cd src
+wget http://www.netgull.com/gcc/releases/gcc-4.8.2/gcc-4.8.2.tar.bz2
+tar -xf gcc-4.8.2.tar.gz
+cd gcc-4.8.2
+./contrib/download_prerequisites
+cd ..
+mkdir gcc-build
+cd gcc-build
+# The "--disable-multilib" is to disable building 32-bit support
+# on 64-bit systems where the 32 bit version of libc is not installed
+# and you do not want to go through the trouble of building it.
+# Diagnosis: "Compiler build fails with fatal error: gnu/stubs-32.h: No such file or directory"
+../gcc-4.8.2/configure --disable-multilib --prefix=$HOME/Environment/local \
+&amp;amp;&amp;amp; make \
+&amp;amp;&amp;amp; make install
+   . `xml2-config --cflags` 
 Using the binaries archive:

 1. Unpack the binaries archive in directory $EXTGCC.  
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Syrine</dc:creator><pubDate>Thu, 10 Jul 2014 17:16:57 -0000</pubDate><guid>https://sourceforge.net1553bf937da89a898ebbfb1d59125c5bf201fde3</guid></item><item><title>Home modified by Syrine</title><link>https://sourceforge.net/p/emunity/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,16 @@
-Welcome to your wiki!
+If you download the source distribution,

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+follow the standard gcc installation procedure (see the gcc site for more help).
+1. Download and Install libxml2 from http://xmlsoft.org/
++ Download and Install code2html from https://www.palfrader.org/code/code2html/
++ Configure 
+Using the binaries archive:

-The wiki uses [Markdown](/p/emunity/wiki/markdown_syntax/) syntax.
+1. Unpack the binaries archive in directory $EXTGCC.  
++ Run your first security checks with the following command :
+    
+    $EXTGCC/gcc --fsafety-check=$XMLPOLICY -fsafety-dir=$MYDIR  file.c 

-[[members limit=20]]
-[[download_button]]
+
+
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Syrine</dc:creator><pubDate>Thu, 10 Jul 2014 17:12:37 -0000</pubDate><guid>https://sourceforge.net7735fcc4f71321810ff0e3b644d828567e35c43e</guid></item><item><title>Home modified by Syrine</title><link>https://sourceforge.net/p/emunity/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/emunity/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/syrine/"&gt;Syrine&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-53b517073e5e8333147145bc" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Syrine</dc:creator><pubDate>Thu, 03 Jul 2014 08:40:39 -0000</pubDate><guid>https://sourceforge.net1357504cceb74d7447b82e1246a0ae7a6acccc3a</guid></item></channel></rss>