<?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 Cross compiling FLTK with Fluid for Cortex M3 architecture using Visual Studio 2013, any help? in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Cross-compiling-FLTK-with-Fluid-for-Cortex-M3-architecture-using/m-p/539559#M6553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by studyembedded on Thu Feb 27 04:11:55 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Friends,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have this customized LPC1788 board, I did manage to port Linux and used FLTK with Fluid to create a GUI. I am not a Linux guy, wanted to do the same thing using Windows. I mean to say I am planning to use FLTK and Fluid in Windows environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After going through few tutorials I manage to compile FLTK project in Visual Studio 2013. But I am not getting how to cross compile the same project for Cortex M3 ARM architecture.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please guide me, it would be a great help if you can guide me to any related tutorial. I have been googling from last two days without much success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope i am not breaking any rules by posting the same post in microcontroller section and here as well. If that so, i request admin to delete&amp;nbsp; this one. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Average: &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:16:17 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:16:17Z</dc:date>
    <item>
      <title>Cross compiling FLTK with Fluid for Cortex M3 architecture using Visual Studio 2013, any help?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Cross-compiling-FLTK-with-Fluid-for-Cortex-M3-architecture-using/m-p/539559#M6553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by studyembedded on Thu Feb 27 04:11:55 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Friends,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have this customized LPC1788 board, I did manage to port Linux and used FLTK with Fluid to create a GUI. I am not a Linux guy, wanted to do the same thing using Windows. I mean to say I am planning to use FLTK and Fluid in Windows environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After going through few tutorials I manage to compile FLTK project in Visual Studio 2013. But I am not getting how to cross compile the same project for Cortex M3 ARM architecture.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please guide me, it would be a great help if you can guide me to any related tutorial. I have been googling from last two days without much success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope i am not breaking any rules by posting the same post in microcontroller section and here as well. If that so, i request admin to delete&amp;nbsp; this one. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Average: &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:16:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Cross-compiling-FLTK-with-Fluid-for-Cortex-M3-architecture-using/m-p/539559#M6553</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cross compiling FLTK with Fluid for Cortex M3 architecture using Visual Studio 2013, any help?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Cross-compiling-FLTK-with-Fluid-for-Cortex-M3-architecture-using/m-p/539560#M6554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by djlegge on Thu Feb 27 05:01:31 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;FLTK applications require an X-server (display server) as well as linux to run. You will need something like X11 (tiny-X) or possibly nano-X in addition to linux running on your LPC1788. These display servers use the linux framebuffer device but provide a higher level interface to it (including font drawing etc.). I have used 'buildroot' to build all FLTK, tinyX and nano-X for other ARM devices so maybe that is a place to start ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I know, buildroot requires a linux PC. Really, any kind of linux development is best done on a linux machine anyway so you will probably need at least a linux virtual machine running for any of these options.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think there was a port of FLTK to directfb which may worth investigating too but I have no idea how practical these options really are for an LPC1788. They will all need some MB of ram on your board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried emwin ? This seems to be what NXP recommend for graphics although I have not used it myself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:16:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Cross-compiling-FLTK-with-Fluid-for-Cortex-M3-architecture-using/m-p/539560#M6554</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cross compiling FLTK with Fluid for Cortex M3 architecture using Visual Studio 2013, any help?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Cross-compiling-FLTK-with-Fluid-for-Cortex-M3-architecture-using/m-p/539561#M6555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by studyembedded on Thu Feb 27 21:45:13 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks djlegge,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes i have tried emwin, you have very little to for the development with emwin. The source is locked, what we can do with emwin is only a window manager with limited options.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway thanks for your advise, i will try "Buildroot".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:16:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Cross-compiling-FLTK-with-Fluid-for-Cortex-M3-architecture-using/m-p/539561#M6555</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:16:19Z</dc:date>
    </item>
  </channel>
</rss>

