Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

uClinux-dist-20060803 update ver 22

ver 22.

add DM9000A vendor driver dm9ks, with IP/TCP/UDP checksum offloading will speed up around 10%.

add Altera VGA frame buffer driver altfb. fix microwin. wiki FrameBuffer.

use zflat object, NOTE, the binary tools nios2gcc.tar.bz2 must be updated for "elf2flt -z" to work.

8 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by bigboss25@Jan 5 2007, 12:27 AM

    nice job http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/tongue.gif

    do you think it is possible to use fltk gui library with uclinux?

    regards.

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=20364)

    --- quote end ---

    --- Quote End ---

    Not ready yet.

    The FLTK uses C++. And I still have problems to run C++ with my tools.

    It seems Microtronix has a working C++ tools for uClinux, but I didn&#39;t have access to the sources, which must be GPL.!
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by hippo+jan 4 2007, 09:00 pm--><div class='quotetop'>quote (hippo @ jan 4 2007, 09:00 pm)</div>

    --- quote start ---

    <!--quotebegin-bigboss25@Jan 5 2007, 12:27 AM

    nice job http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/tongue.gif

    do you think it is possible to use fltk gui library with uclinux?

    regards.

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=20364)

    --- quote end ---

    --- Quote End ---

    Not ready yet.

    The FLTK uses C++. And I still have problems to run C++ with my tools.

    It seems Microtronix has a working C++ tools for uClinux, but I didn&#39;t have access to the sources, which must be GPL.!

    Maybe you can help to check with them.

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=20374)</div>

    [/b]

    --- Quote End ---

    I have build NIOS2 C++ compiler from build root and it works. I can share build version witch I am using for compiling my C++ application.

    I had few problems with some C++ functions relocation due to limitation of FLT format so I had to put some debug messages in kernel flt module to find out which functions caused incorrect relocation.

    I&#39;ve created a torrent if you want to download it

    magnet:?xt=urn:btih:LLIFN5EYIAIHRP5RVAC5MASQ6GWN3SJW

    Uros
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by bigboss25@Jan 5 Wonderful!

    i will try the torrent.

    how did you built it?

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=20397)

    --- quote end ---

    --- Quote End ---

    For building gcc with C++ I&#39;ve used instructions http://nioswiki.jot.com/wikihome (http://nioswiki.jot.com/wikihome) and I&#39;ve made some changes in Makefiles (I don&#39;t remember all the changes because I&#39;ve done quite some builds before I&#39;ve got it working correctly for my DOS/OS2/WINDOWS ported application). I&#39;ve also ported pure-ftpd-1.0.21 and fixed mtd-utils to run on NIOS2 target if some one is interested don&#39;t hesitate to contact me.

    If the azureus link doesn&#39;t work you can use torrent file which should work (tested).

    http://wired.homelinux.net/torrents/build_....tar.gz.torrent (http://wired.homelinux.net/torrents/build_nios2.tar.gz.torrent)

    here is my current romfs I am using. Pure-ftp server, ftp client, ntp, dhcp, wget, vi, msh are included.

    http://wired.homelinux.net/nios/romfs.tar.gz (http://wired.homelinux.net/nios/romfs.tar.gz)

    Uros