<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'cross compiler' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'cross compiler' posted on the 'Embedded / RTOS' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 22:19:52 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 22:19:52 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>cross compiler</title>
      <link>http://www.programmersheaven.com/mb/embedded/420220/420220/cross-compiler/</link>
      <description>hi,&lt;br /&gt;
&lt;br /&gt;
what is the advantage of cross compiler over nativ compiler?&lt;br /&gt;
why do i need to cross compile any c binary even though i include the same header file&lt;br /&gt;
in an application.how does the size of cross compiled binary less than the native compiled binary?&lt;br /&gt;
&lt;br /&gt;
regards&lt;br /&gt;
nadeem&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/embedded/420220/420220/cross-compiler/</guid>
      <pubDate>Mon, 13 Dec 2010 08:55:11 -0700</pubDate>
      <category>Embedded / RTOS</category>
    </item>
    <item>
      <title>Re: cross compiler</title>
      <link>http://www.programmersheaven.com/mb/embedded/420220/420222/re-cross-compiler/#420222</link>
      <description>Not sure if this would help.  I've been doing some cross platform development for 3 platforms: Windows, Linux and MAC.&lt;br /&gt;
&lt;br /&gt;
Linux sticks close to the ANSII C standards.  &lt;br /&gt;
&lt;br /&gt;
Microsoft, on the other hand, extends the standard ASCII libraries by adding their own set of libraries.  This allows Microsoft to do the things it does for the Windows environment, such as drawing window forms, buttons, handling events and so forth.  Because these libraries are not standard across all platforms, they will generate errors on the MAC and Linux platforms.&lt;br /&gt;
&lt;br /&gt;
Not sure if this helps, but thought I'd tell you what I discovered.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/embedded/420220/420222/re-cross-compiler/#420222</guid>
      <pubDate>Mon, 13 Dec 2010 10:06:34 -0700</pubDate>
      <category>Embedded / RTOS</category>
    </item>
  </channel>
</rss>