Difference between revisions of "Talk:Elphel Software Kit for Ubuntu"

From ElphelWiki
Jump to: navigation, search
(Added my experience re gcc-4.2 vs gcc-4.3)
Line 66: Line 66:
 
Use gcc-4.2: I have been trying to install the axis-cris compiler on Ubuntu (virtualized under OS X).  The instructions under 'Download and install Cris-GCC compiler', (using gcc-4.3 and changing gnu-toplev/gcc/collect2.c and
 
Use gcc-4.2: I have been trying to install the axis-cris compiler on Ubuntu (virtualized under OS X).  The instructions under 'Download and install Cris-GCC compiler', (using gcc-4.3 and changing gnu-toplev/gcc/collect2.c and
 
gnu-toplev/libgloss/hp74x/checksum.c to add the third argument 0666 when O_CREATing files) failed with a buffer overflow at 'cris-axis-elf-ar  rc ./libgcc.a'.  The instructions further down at 'GCC-CRIS cross-compiler installation' (which swaps in the gcc-4.2 before compiling) apparently succeeds. [[User:DavidPalmer|DavidPalmer]] 17:17, 16 January 2009 (CST)
 
gnu-toplev/libgloss/hp74x/checksum.c to add the third argument 0666 when O_CREATing files) failed with a buffer overflow at 'cris-axis-elf-ar  rc ./libgcc.a'.  The instructions further down at 'GCC-CRIS cross-compiler installation' (which swaps in the gcc-4.2 before compiling) apparently succeeds. [[User:DavidPalmer|DavidPalmer]] 17:17, 16 January 2009 (CST)
 +
----
 +
Worked like charmed on my imac with kubuntu 9.04 as second OS, one remark, at the end of the compilation of the cris dist it says:
 +
*** Now do not forget to update your $MANPATH environment variable with:
 +
    /usr/local/man
 +
    A suitable line to add in your .profile or shell resource file
 +
    (.bashrc .cshrc .zshrc .tcshrc etc) after other settings, may be:
 +
    MANPATH=/usr/local/man:$MANPATH
 +
 +
*** Do not forget to update your $PATH environment variable with:
 +
    /usr/local/cris/bin
 +
    A suitable line to add in your .profile or shell resource file
 +
    (.bashrc .cshrc .zshrc .tcshrc etc) after other settings, may be:
 +
    PATH=/usr/local/cris/bin:$PATH
 +
--[[User:Tobiokanobi|tobiokanobi]] 17:48, 18 August 2009 (CDT)
 +
---

Revision as of 15:48, 18 August 2009

I also us cervisia, kompare--Andrey.filippov 14:33, 26 May 2007 (CDT)

to install update to Xilinx WebPACk (requires Internet connection even if the archive is already downloaded) you need first start vanilla 9.1i and edit->preferences->HTML browser: change "mozilla" to "firefox" or just

ln -sf /usr/bin/firefox /usr/bin/mozilla

--Andrey.filippov 15:55, 26 May 2007 (CDT)


I decided to temporary do a ugly hack to solve the NFS flashing problem. I'll move /nfs/elphel353-2.10 to /cdrom/elphel353-2.10, it's not usable after install but at least will work for LiveDVD.

/etc/resolv.conf is empty and eth0&eth1 are configured as bridge with 192.168.0.15 statically.

echo "" > /etc/resolv.conf

apt-get install bridge-utils

cp /usr/share/doc/ifupdown/examples/bridge  /etc/network/if-down.d/

cat > /etc/network/interfaces << EOF
iface br0 inet static
        bridge-ifaces eth0 eth1
        address 192.168.0.15
        netmask 255.255.255.0
        gateway 192.168.0.1
EOF

I also upgraded GenRes with files Spectr send me.

--Polto 15:33, 20 Sep 2007 (GMT)

"/cdrom/elphel353-2.10" - will it work with firmware upgrades like Elphel Live DVD does or just with the burnt in image?--Andrey.filippov 08:57, 23 November 2007 (CST)

ElphelSoftwareKit#How_building_latest_version_software_for_LiveCD.28i.e_FireFox.29 is about Knoppix based DVD, this page is about Ubuntu based DVD. We will need to move it. --Polto 12:17, 23 Nov 2007 (GMT)

What exactly does this Software Kit include? Will this add the Live DVDs features to Ubuntu? --OneArtPlease 13:15, 22 October 2008 (CDT)

We will try to replace all features of the LiveDVD to Ubuntu, for now most of the Kit is developer oriented. To make it possible to recompile our firmware. --Alexandre.Poltorak 09:02, 24 October 2008 (CDT)



Unpacking mplayer (from mplayer_1.0~rc2-0ubuntu17_amd64.deb) ... dpkg: dependency problems prevent configuration of mplayer:

mplayer depends on mplayer-skins; however:
 Package mplayer-skins is not installed.
mplayer depends on ttf-dejavu; however:
 Package ttf-dejavu is not installed.

dpkg: error processing mplayer (--install):

dependency problems - leaving unconfigured

Processing triggers for man-db ... Errors were encountered while processing:

mplayer

Nice to put bookmarks, configure xchat to #elphel on the Eee Box with preinstalled software

I believe it is better to prefix commands with sudo instead of "run script with root privileges' - it is more consistent with the other commands --Andrey.filippov 22:54, 1 January 2009 (CST)


Use gcc-4.2: I have been trying to install the axis-cris compiler on Ubuntu (virtualized under OS X). The instructions under 'Download and install Cris-GCC compiler', (using gcc-4.3 and changing gnu-toplev/gcc/collect2.c and gnu-toplev/libgloss/hp74x/checksum.c to add the third argument 0666 when O_CREATing files) failed with a buffer overflow at 'cris-axis-elf-ar rc ./libgcc.a'. The instructions further down at 'GCC-CRIS cross-compiler installation' (which swaps in the gcc-4.2 before compiling) apparently succeeds. DavidPalmer 17:17, 16 January 2009 (CST)


Worked like charmed on my imac with kubuntu 9.04 as second OS, one remark, at the end of the compilation of the cris dist it says:

*** Now do not forget to update your $MANPATH environment variable with:
   /usr/local/man
   A suitable line to add in your .profile or shell resource file
   (.bashrc .cshrc .zshrc .tcshrc etc) after other settings, may be:
   MANPATH=/usr/local/man:$MANPATH
*** Do not forget to update your $PATH environment variable with:
   /usr/local/cris/bin
   A suitable line to add in your .profile or shell resource file
   (.bashrc .cshrc .zshrc .tcshrc etc) after other settings, may be:
   PATH=/usr/local/cris/bin:$PATH

--tobiokanobi 17:48, 18 August 2009 (CDT) ---