<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Compiling Dynamips on (Intel) Mac</title>
	<atom:link href="http://www.davidsudjiman.info/2007/06/12/compiling-dynamips-on-intel-mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidsudjiman.info/2007/06/12/compiling-dynamips-on-intel-mac/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=compiling-dynamips-on-intel-mac</link>
	<description>“Being different is hard, but not being different is harder.”</description>
	<lastBuildDate>Tue, 24 Jan 2012 14:27:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dynamips-0.2.8-RC3 Installation from Source on Linux Fedora &#171; Brezular&#039;s Technical Blog</title>
		<link>http://www.davidsudjiman.info/2007/06/12/compiling-dynamips-on-intel-mac/comment-page-1/#comment-94168</link>
		<dc:creator>Dynamips-0.2.8-RC3 Installation from Source on Linux Fedora &#171; Brezular&#039;s Technical Blog</dc:creator>
		<pubDate>Mon, 11 Apr 2011 19:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=167#comment-94168</guid>
		<description>[...] http://www.gns3.net/phpBB/topic2995.html?sid=0ae9521e778db3d71d9fb2e804309e9a http://www.davidsudjiman.info/2007/06/12/compiling-dynamips-on-intel-mac/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.gns3.net/phpBB/topic2995.html?sid=0ae9521e778db3d71d9fb2e804309e9a" rel="nofollow">http://www.gns3.net/phpBB/topic2995.html?sid=0ae9521e778db3d71d9fb2e804309e9a</a> <a href="http://www.davidsudjiman.info/2007/06/12/compiling-dynamips-on-intel-mac/" rel="nofollow">http://www.davidsudjiman.info/2007/06/12/compiling-dynamips-on-intel-mac/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://www.davidsudjiman.info/2007/06/12/compiling-dynamips-on-intel-mac/comment-page-1/#comment-93334</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Thu, 03 Dec 2009 21:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=167#comment-93334</guid>
		<description>@Phoman - Can you please describe how exactly is it that you change the &quot;DYNAMIPS_ARCH&quot; to nojit ?

I&#039;ve updated xcode, updated macports and run into the issues people have posted here regarding Snow Leopard. I am just curious how to make the necessary changes recommended.

BTW - This issues is documented : http://trac.macports.org/ticket/22285</description>
		<content:encoded><![CDATA[<p>@Phoman &#8211; Can you please describe how exactly is it that you change the &#8220;DYNAMIPS_ARCH&#8221; to nojit ?</p>
<p>I&#8217;ve updated xcode, updated macports and run into the issues people have posted here regarding Snow Leopard. I am just curious how to make the necessary changes recommended.</p>
<p>BTW &#8211; This issues is documented : <a href="http://trac.macports.org/ticket/22285" rel="nofollow">http://trac.macports.org/ticket/22285</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DirkW</title>
		<link>http://www.davidsudjiman.info/2007/06/12/compiling-dynamips-on-intel-mac/comment-page-1/#comment-93173</link>
		<dc:creator>DirkW</dc:creator>
		<pubDate>Mon, 16 Nov 2009 21:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=167#comment-93173</guid>
		<description>If anyone has been able to compile dynamips properly on Snow Leopard could they share it with the rest and upload the file here: http://7200emu.hacki.at/viewtopic.php?t=8113 ?</description>
		<content:encoded><![CDATA[<p>If anyone has been able to compile dynamips properly on Snow Leopard could they share it with the rest and upload the file here: <a href="http://7200emu.hacki.at/viewtopic.php?t=8113" rel="nofollow">http://7200emu.hacki.at/viewtopic.php?t=8113</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phoman</title>
		<link>http://www.davidsudjiman.info/2007/06/12/compiling-dynamips-on-intel-mac/comment-page-1/#comment-93129</link>
		<dc:creator>phoman</dc:creator>
		<pubDate>Wed, 28 Oct 2009 10:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=167#comment-93129</guid>
		<description>I also found that Snow Leopard won&#039;t compile dynamips as a 64 bit application - looks like the jit is for a 32 bit instruction set, hence the error when compiling as an x86 architecture.   I tried changing the DYNAMIPS_ARCH in the makefile to amd_64 and it compiled ok and ran, but seg faulted when it tried to load an IOS image.  Then I disabled the jit by setting the DYNAMIPS_ARCH to nojit and it compiled and runs fine.  I also screwed around with setting compiler options to -m32, but this threw up wrong architecture type errors with my Port libs (because they are all noewly compiled by 10.6 as 64 bit).  Looks like someone needs to rewrite the jit for 64 bit to work with 10.6.</description>
		<content:encoded><![CDATA[<p>I also found that Snow Leopard won&#8217;t compile dynamips as a 64 bit application &#8211; looks like the jit is for a 32 bit instruction set, hence the error when compiling as an x86 architecture.   I tried changing the DYNAMIPS_ARCH in the makefile to amd_64 and it compiled ok and ran, but seg faulted when it tried to load an IOS image.  Then I disabled the jit by setting the DYNAMIPS_ARCH to nojit and it compiled and runs fine.  I also screwed around with setting compiler options to -m32, but this threw up wrong architecture type errors with my Port libs (because they are all noewly compiled by 10.6 as 64 bit).  Looks like someone needs to rewrite the jit for 64 bit to work with 10.6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rito</title>
		<link>http://www.davidsudjiman.info/2007/06/12/compiling-dynamips-on-intel-mac/comment-page-1/#comment-93128</link>
		<dc:creator>rito</dc:creator>
		<pubDate>Tue, 27 Oct 2009 18:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=167#comment-93128</guid>
		<description>I&#039;m getting this error when introduce make command, I mean, I don&#039;t know who this mean

making all in lib
make[1]: Nothing to be done for `all&#039;.
making all in po
make[1]: Nothing to be done for `all&#039;.

thanks!!</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting this error when introduce make command, I mean, I don&#8217;t know who this mean</p>
<p>making all in lib<br />
make[1]: Nothing to be done for `all&#8217;.<br />
making all in po<br />
make[1]: Nothing to be done for `all&#8217;.</p>
<p>thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhil</title>
		<link>http://www.davidsudjiman.info/2007/06/12/compiling-dynamips-on-intel-mac/comment-page-1/#comment-93108</link>
		<dc:creator>Nikhil</dc:creator>
		<pubDate>Wed, 14 Oct 2009 20:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=167#comment-93108</guid>
		<description>I am getting this error when I make 2.8-RC2

Compiling mips64_jit.c
mips64_jit.c:258: warning: ‘insn_jump_find’ defined but not used
/var/folders/g3/g3g2ojmoF2WEeDIAOXDuMk+++TI/-Tmp-//cc491UUf.s:1328:suffix or operands invalid for `mov&#039;
make: *** [mips64_jit.o] Error 1</description>
		<content:encoded><![CDATA[<p>I am getting this error when I make 2.8-RC2</p>
<p>Compiling mips64_jit.c<br />
mips64_jit.c:258: warning: ‘insn_jump_find’ defined but not used<br />
/var/folders/g3/g3g2ojmoF2WEeDIAOXDuMk+++TI/-Tmp-//cc491UUf.s:1328:suffix or operands invalid for `mov&#8217;<br />
make: *** [mips64_jit.o] Error 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhil</title>
		<link>http://www.davidsudjiman.info/2007/06/12/compiling-dynamips-on-intel-mac/comment-page-1/#comment-93107</link>
		<dc:creator>Nikhil</dc:creator>
		<pubDate>Wed, 14 Oct 2009 20:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=167#comment-93107</guid>
		<description>Did you try to compile it using dynamips 2.8RC2.. I need one urgently. I am trying to follow the directions above and am having problems. Please let me know.

Thanks

Nikhil
dvbn844[at]gmail.com</description>
		<content:encoded><![CDATA[<p>Did you try to compile it using dynamips 2.8RC2.. I need one urgently. I am trying to follow the directions above and am having problems. Please let me know.</p>
<p>Thanks</p>
<p>Nikhil<br />
dvbn844[at]gmail.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HaEr</title>
		<link>http://www.davidsudjiman.info/2007/06/12/compiling-dynamips-on-intel-mac/comment-page-1/#comment-93093</link>
		<dc:creator>HaEr</dc:creator>
		<pubDate>Mon, 21 Sep 2009 21:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=167#comment-93093</guid>
		<description>I would like to compile dynamips on my Snow Leopard MacMini.
Is it just to follow your guide? I am not a programmer, I have never before compiled a program.</description>
		<content:encoded><![CDATA[<p>I would like to compile dynamips on my Snow Leopard MacMini.<br />
Is it just to follow your guide? I am not a programmer, I have never before compiled a program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 101 Resources for Self Learning Cisco &#124; Learning On Demand</title>
		<link>http://www.davidsudjiman.info/2007/06/12/compiling-dynamips-on-intel-mac/comment-page-1/#comment-92971</link>
		<dc:creator>101 Resources for Self Learning Cisco &#124; Learning On Demand</dc:creator>
		<pubDate>Sat, 04 Jul 2009 06:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=167#comment-92971</guid>
		<description>[...] Compiling Dynamips on (Intel) Mac [...]</description>
		<content:encoded><![CDATA[<p>[...] Compiling Dynamips on (Intel) Mac [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ccievirus</title>
		<link>http://www.davidsudjiman.info/2007/06/12/compiling-dynamips-on-intel-mac/comment-page-1/#comment-92818</link>
		<dc:creator>ccievirus</dc:creator>
		<pubDate>Wed, 04 Feb 2009 15:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidsudjiman.info/?p=167#comment-92818</guid>
		<description>Hi,

I was able to do all the steps here using 0.2.8-RC2 and it was smooth. Pardon me for I am not good in programming..

My question now,

How can I run this now? Please give me step by step process
How can I apply the internetwork expert topology here?


Rgds,

CV</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was able to do all the steps here using 0.2.8-RC2 and it was smooth. Pardon me for I am not good in programming..</p>
<p>My question now,</p>
<p>How can I run this now? Please give me step by step process<br />
How can I apply the internetwork expert topology here?</p>
<p>Rgds,</p>
<p>CV</p>
]]></content:encoded>
	</item>
</channel>
</rss>

