<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic For what it's worth, I can in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011485#M34337</link>
    <description>&lt;P&gt;For what it's worth, I can compile all examples successfully with no errors.&lt;/P&gt;

&lt;P&gt;I can run examples 1,2, 8 &amp;amp; 9.&lt;/P&gt;

&lt;P&gt;When i run examples 3,4,5,6,7 is where i get the Segmentation fault&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Oct 2014 17:38:52 GMT</pubDate>
    <dc:creator>Mike_M_3</dc:creator>
    <dc:date>2014-10-02T17:38:52Z</dc:date>
    <item>
      <title>Segmentation fault Using example 3_c_onboard_LED_blink</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011477#M34329</link>
      <description>&lt;P&gt;I opened the example "3_c_onboard_LED_blink" in eclipse, changed nothing to it. Built it and executed it.&lt;/P&gt;

&lt;P&gt;In the console window i received the following. Not sure what a Segmentation fault is.&lt;/P&gt;

&lt;P&gt;root@edison:~#&lt;BR /&gt;
	echo $PWD'&amp;gt;'&lt;BR /&gt;
	/home/root&amp;gt;&lt;BR /&gt;
	root@edison:~#&lt;BR /&gt;
	root@edison:~# chmod 755 /tmp/3_c_onboard_LED_blink;/tmp/3_c_onboard_LED_blink;e&lt;BR /&gt;
	xit&lt;BR /&gt;
	Welcome to libmraa&lt;BR /&gt;
	&amp;nbsp;Version: v0.5.0-12-g3898182&lt;BR /&gt;
	&amp;nbsp;Running on Some weird devboard that isn't recognised...&lt;BR /&gt;
	Segmentation fault&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 01:52:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011477#M34329</guid>
      <dc:creator>Mike_M_3</dc:creator>
      <dc:date>2014-10-02T01:52:36Z</dc:date>
    </item>
    <item>
      <title>Quote:Mike M. wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011478#M34330</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Mike M. wrote:&lt;BR /&gt;&lt;BR /&gt;
	Running on Some weird devboard that isn't recognised...&lt;BR /&gt;
	&lt;BR /&gt;
	Segmentation fault&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Could you share with us the version of the OS/firmware on your edison board? A seg fault is a critical error, in this case caused by your board being unrecognied because of an invalid name in the DMI tables. This will cause galileo gen1 tables to be loaded and somewhere after cause a crash. mraa_init() returning non zero is a fatal error.&lt;/P&gt;

&lt;P&gt;What's the output of:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;cat &lt;SPAN class="s"&gt;/sys/devices/virtual/dmi/id/board_name&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Brendan&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 08:01:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011478#M34330</guid>
      <dc:creator>Brendan_L_Intel</dc:creator>
      <dc:date>2014-10-02T08:01:57Z</dc:date>
    </item>
    <item>
      <title>BODEGA BAY</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011479#M34331</link>
      <description>&lt;P&gt;&amp;lt;blockquote&amp;gt;What's the output of: cat /sys/devices/virtual/dmi/id/board_name&amp;lt;/blockquote&amp;gt;&lt;/P&gt;

&lt;P&gt;BODEGA BAY&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 11:29:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011479#M34331</guid>
      <dc:creator>Mike_M_3</dc:creator>
      <dc:date>2014-10-02T11:29:00Z</dc:date>
    </item>
    <item>
      <title>and the output of</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011480#M34332</link>
      <description>&lt;P&gt;and the output of&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;cat /etc/version&lt;/PRE&gt;

&lt;P&gt;in order to answer Brendans's other question on OS/firmware&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 14:08:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011480#M34332</guid>
      <dc:creator>Matthias_H_Intel</dc:creator>
      <dc:date>2014-10-02T14:08:40Z</dc:date>
    </item>
    <item>
      <title>edison-weekly_build_68_2014</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011481#M34333</link>
      <description>&lt;P&gt;edison-weekly_build_68_2014-09-08_13-49-07&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 14:13:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011481#M34333</guid>
      <dc:creator>Mike_M_3</dc:creator>
      <dc:date>2014-10-02T14:13:45Z</dc:date>
    </item>
    <item>
      <title>ok, so far everything looks</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011482#M34334</link>
      <description>&lt;P&gt;ok, so far everything looks good. What's the host OS where you run the Eclipse IDE?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 17:27:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011482#M34334</guid>
      <dc:creator>Matthias_H_Intel</dc:creator>
      <dc:date>2014-10-02T17:27:01Z</dc:date>
    </item>
    <item>
      <title>Win7 64-bit.
 </title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011483#M34335</link>
      <description>&lt;P&gt;Win7 64-bit.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 17:31:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011483#M34335</guid>
      <dc:creator>Mike_M_3</dc:creator>
      <dc:date>2014-10-02T17:31:04Z</dc:date>
    </item>
    <item>
      <title>just tried on a Windows 8 x64</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011484#M34336</link>
      <description>&lt;P&gt;just tried on a Windows 8 x64 host. Everything working fine. So maybe you need to share some more info on how you ran it?&lt;/P&gt;

&lt;P&gt;Compile output:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;19:29:27 **** Rebuild of configuration Debug for project 3_c_onboard_LED_blink ****
Info: Internal Builder is used for build
i586-poky-linux-gcc "-IC:\\[...]\ide\\iotdk-ide-win/devkit-x86/sysroots/i586-poky-linux/usr/include" "-IC:\\[...]\\ide\\iotdk-ide-win/devkit-x86/sysroots/i586-poky-linux/usr/include/mraa" -Os -g3 -Wall "--sysroot=C:\\[...]\\ide\\iotdk-ide-win\\devkit-x86\\sysroots\\i586-poky-linux" -m32 -march=i586 -c -ffunction-sections -fdata-sections -o "src\\3_c_onboard_LED_blink.o" "..\\src\\3_c_onboard_LED_blink.c" 
i586-poky-linux-gcc "-LC:\\[...]\\ide\\iotdk-ide-win/devkit-x86/sysroots/i586-poky-linux/usr/lib" "--sysroot=C:\\[...]\\ide\\iotdk-ide-win\\devkit-x86\\sysroots\\i586-poky-linux" -lmraa -o 3_c_onboard_LED_blink "src\\3_c_onboard_LED_blink.o" &lt;/PRE&gt;

&lt;P&gt;"Run As" configurations:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="eclipse.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7075i9956C20BFD26772D/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="eclipse.jpg" alt="eclipse.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Run output:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;root@edison1:~# echo $PWD'&amp;gt;'

/home/root&amp;gt;
root@edison1:~# 
root@edison1:~# chmod 755 /tmp/3_c_onboard_LED_blink;/tmp/3_c_onboard_LED_blink;
exit
Welcome to libmraa
 Version: v0.5.0-12-g3898182
 Running on Some weird devboard that isn't recognised...&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 17:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011484#M34336</guid>
      <dc:creator>Matthias_H_Intel</dc:creator>
      <dc:date>2014-10-02T17:38:00Z</dc:date>
    </item>
    <item>
      <title>For what it's worth, I can</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011485#M34337</link>
      <description>&lt;P&gt;For what it's worth, I can compile all examples successfully with no errors.&lt;/P&gt;

&lt;P&gt;I can run examples 1,2, 8 &amp;amp; 9.&lt;/P&gt;

&lt;P&gt;When i run examples 3,4,5,6,7 is where i get the Segmentation fault&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 17:38:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011485#M34337</guid>
      <dc:creator>Mike_M_3</dc:creator>
      <dc:date>2014-10-02T17:38:52Z</dc:date>
    </item>
    <item>
      <title>I have the same., yet my</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011486#M34338</link>
      <description>&lt;P&gt;I have the same., yet my output is&lt;/P&gt;

&lt;P&gt;root@edison:~#&lt;BR /&gt;
	echo $PWD'&amp;gt;'&lt;BR /&gt;
	/home/root&amp;gt;&lt;BR /&gt;
	root@edison:~#&lt;BR /&gt;
	root@edison:~# chmod 755 /tmp/3_c_onboard_LED_blink;/tmp/3_c_onboard_LED_blink;e&lt;BR /&gt;
	xit&lt;BR /&gt;
	Welcome to libmraa&lt;BR /&gt;
	&amp;nbsp;Version: v0.5.0-12-g3898182&lt;BR /&gt;
	&amp;nbsp;Running on Some weird devboard that isn't recognised...&lt;BR /&gt;
	Segmentation fault&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2014-10-02_12-41-08.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7076i0961559116AC3B62/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="2014-10-02_12-41-08.jpg" alt="2014-10-02_12-41-08.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 17:44:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011486#M34338</guid>
      <dc:creator>Mike_M_3</dc:creator>
      <dc:date>2014-10-02T17:44:50Z</dc:date>
    </item>
    <item>
      <title>I think a better question is,</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011487#M34339</link>
      <description>&lt;P&gt;I think a better question is, since this DK is for the Edison, why aren't the examples made for it?&lt;/P&gt;

&lt;P&gt;Why would they not include the edison ?&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;typedef enum {
    MRAA_INTEL_GALILEO_GEN1 = 0, /**&amp;lt; The Generation 1 Galileo platform (RevD) */
    MRAA_INTEL_GALILEO_GEN2 = 1, /**&amp;lt; The Generation 2 Galileo platform (RevG/H) */

    MRAA_UNKNOWN_PLATFORM = 99 /**&amp;lt; An unknown platform type, typically will load INTEL_GALILEO_GEN1 */
} mraa_platform_t;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 17:54:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011487#M34339</guid>
      <dc:creator>Mike_M_3</dc:creator>
      <dc:date>2014-10-02T17:54:55Z</dc:date>
    </item>
    <item>
      <title>Another Tid bit, and then i</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011488#M34340</link>
      <description>&lt;P&gt;Another Tid bit, and then i will stop flooding this thread.&lt;/P&gt;

&lt;P&gt;I headed over to github to try a example there, this is the one i tried.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/intel-iot-devkit/mraa/blob/master/examples/mmap-io2.c" target="_blank"&gt;https://github.com/intel-iot-devkit/mraa/blob/master/examples/mmap-io2.c&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I get the same results.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 18:56:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011488#M34340</guid>
      <dc:creator>Mike_M_3</dc:creator>
      <dc:date>2014-10-02T18:56:03Z</dc:date>
    </item>
    <item>
      <title>Quote:Mike M. wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011489#M34341</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Mike M. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Another Tid bit, and then i will stop flooding this thread.&lt;/P&gt;

&lt;P&gt;I headed over to github to try a example there, this is the one i tried.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/intel-iot-devkit/mraa/blob/master/examples/mmap-io2.c"&gt;https://github.com/intel-iot-devkit/mraa/blob/master/examples/mmap-io2.c&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I get the same results.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Mike,&lt;/P&gt;

&lt;P&gt;mraa_init() will get called either way, and the message you are getting is from that call which is failing. I'm not entirely sure why, whilst the libs in the eclipse build don't match whats on your board, for mraa_init() we're typically able to 'get away with it'. We're investigating further.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 19:50:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011489#M34341</guid>
      <dc:creator>Brendan_L_Intel</dc:creator>
      <dc:date>2014-10-02T19:50:36Z</dc:date>
    </item>
    <item>
      <title>if you copy over the</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011490#M34342</link>
      <description>&lt;P&gt;if you copy over the generated binary - does this run on Edison?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 20:54:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011490#M34342</guid>
      <dc:creator>Matthias_H_Intel</dc:creator>
      <dc:date>2014-10-02T20:54:40Z</dc:date>
    </item>
    <item>
      <title>Just so i am clear on what</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011491#M34343</link>
      <description>&lt;P&gt;Just so i am clear on what your asking.&lt;/P&gt;

&lt;P&gt;The first thing i did was open a terminal and delete the files in the /tmp just to make sure...&lt;/P&gt;

&lt;P&gt;In Project Explorer I clicked on the project then opened the debug folder, right clicked on the file 3_c_onboard_LED_blink and clicked copy. Then I clicked on remote system explorer. drilled down to the /tmp folder and pasted it there.&lt;/P&gt;

&lt;P&gt;I then went back to the terminal tried to run it, permission denied. did a chmod +x 3_c_onboard_LED_blink, then tried it again and it ran but gave the same results.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2014 01:23:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011491#M34343</guid>
      <dc:creator>Mike_M_3</dc:creator>
      <dc:date>2014-10-03T01:23:42Z</dc:date>
    </item>
    <item>
      <title>Can you clarify what</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011492#M34344</link>
      <description>&lt;P&gt;Can you clarify what baseboard you have plugged into the edison? Note we only support the arduino breakout board at this point.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2014 09:06:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011492#M34344</guid>
      <dc:creator>Brendan_L_Intel</dc:creator>
      <dc:date>2014-10-03T09:06:17Z</dc:date>
    </item>
    <item>
      <title>I have the Intel Edison</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011493#M34345</link>
      <description>&lt;P&gt;I have the Intel Edison Breakout Board Kit Model EDI1BB.AL.K&lt;/P&gt;

&lt;P&gt;I dont see how that has anything to do with it other than the fact that the output pin is wrong to flash a led.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2014 11:27:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011493#M34345</guid>
      <dc:creator>Mike_M_3</dc:creator>
      <dc:date>2014-10-03T11:27:58Z</dc:date>
    </item>
    <item>
      <title>I have received an answer to</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011494#M34346</link>
      <description>&lt;P&gt;I have received an answer to this. Maybe helpful to others who are using the edison mini breakout board like me.&lt;/P&gt;

&lt;P&gt;mraa only supports the arduino breakout board, you cannot use it with the edison mini breakout board.&lt;/P&gt;

&lt;P&gt;So for now we just sit and wait....&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2014 18:09:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011494#M34346</guid>
      <dc:creator>Mike_M_3</dc:creator>
      <dc:date>2014-10-03T18:09:14Z</dc:date>
    </item>
    <item>
      <title>Thanks for posting this.  Do</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011495#M34347</link>
      <description>&lt;P&gt;Thanks for posting this.&amp;nbsp; Do the C/C++ libraries work, or are we totally dead in the water regarding GPIO access without the Arduino board?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 13:32:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011495#M34347</guid>
      <dc:creator>David_B_7</dc:creator>
      <dc:date>2014-10-07T13:32:19Z</dc:date>
    </item>
    <item>
      <title>If your not using the Arduino</title>
      <link>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011496#M34348</link>
      <description>&lt;P&gt;If your not using the Arduino board, And try to access the GPIO using libmraa It will compile just fine, but when you try to run it you will get a "Segmentation fault" in the terminal window and it just stops. So for now we have to wait until they fix it.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 13:38:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Segmentation-fault-Using-example-3-c-onboard-LED-blink/m-p/1011496#M34348</guid>
      <dc:creator>Mike_M_3</dc:creator>
      <dc:date>2014-10-07T13:38:20Z</dc:date>
    </item>
  </channel>
</rss>

