<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharpLab. &#187; C Programing</title>
	<atom:link href="http://blog.sharplab.net/category/computer/c-programing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sharplab.net</link>
	<description>Shiroicaが学び、経験したことを綴る個人サイト。</description>
	<lastBuildDate>Thu, 12 Jan 2012 00:57:03 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Eclipse CDT セットアップメモ</title>
		<link>http://blog.sharplab.net/blog/2008/12/12/1451/</link>
		<comments>http://blog.sharplab.net/blog/2008/12/12/1451/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 12:45:03 +0000</pubDate>
		<dc:creator>shiroica</dc:creator>
				<category><![CDATA[C Programing]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://blog.sharplab.net/computer/c-programing/1451/</guid>
		<description><![CDATA[大学の授業で今学期からC言語を触り始め、gccを使う必要に迫られているのですが、自分はIDEがなければ何も出来ないヘタレなので、Eclipse CDTをセットアップし、IDEでデバッグ出来るようにしてみました。このエントリはその際の自分向け参考URLメモ。 組み込み開発におけるEclipseの有効性（1/2） － ＠IT MONOist 基本はこの流れにそって環境構築。但し、cygwin のパスマッピングについての設定が更に必要だったので、その点についてはK-na TechNotes &#124; CDT のトラブル対策を参考にしました。 ここでは、以下のマッピングを設定します。マッピングは [Add...] をクリックすることで行うことができます。 Compilation path Local file system path ¥ C:¥ ¥cygdrive¥c C:¥ ¥usr¥lib C:¥cygwin¥lib なお、「C:¥cygwin」は Cygwin をインストールした場所に置き換えてください。&#160; あと、上記サイトのこの記述ですが、¥cygdrive¥cの円マークは、入力時は「/」であることに注意。]]></description>
			<content:encoded><![CDATA[<p>大学の授業で今学期からC言語を触り始め、gccを使う必要に迫られているのですが、自分はIDEがなければ何も出来ないヘタレなので、Eclipse CDTをセットアップし、IDEでデバッグ出来るようにしてみました。このエントリはその際の自分向け参考URLメモ。</p>
<p><a href="http://monoist.atmarkit.co.jp/fembedded/articles/eclipseccplusplus/01/eclipseccplusplus01a.html">組み込み開発におけるEclipseの有効性（1/2） － ＠IT MONOist</a></p>
<p>基本はこの流れにそって環境構築。但し、cygwin のパスマッピングについての設定が更に必要だったので、その点については<a href="http://www.knatech.info/dev-cdt-tend-and-meas.html">K-na TechNotes | CDT のトラブル対策</a>を参考にしました。</p>
<blockquote><p>ここでは、以下のマッピングを設定します。マッピングは [Add...] をクリックすることで行うことができます。</p>
<table border="1">
<tbody>
<tr>
<td style="font-weight: bold">Compilation path</td>
<td style="font-weight: bold">Local file system path</td>
</tr>
<tr>
<td>¥</td>
<td>C:¥</td>
</tr>
<tr>
<td>¥cygdrive¥c</td>
<td>C:¥</td>
</tr>
<tr>
<td>¥usr¥lib</td>
<td>C:¥cygwin¥lib</td>
</tr>
</tbody>
</table>
<p>なお、「C:¥cygwin」は Cygwin をインストールした場所に置き換えてください。&#160; </p>
</blockquote>
<p>あと、上記サイトのこの記述ですが、¥cygdrive¥cの円マークは、入力時は「/」であることに注意。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sharplab.net/blog/2008/12/12/1451/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

