A Microcontroller Discussion Board
July 29, 2010, 11:53:53 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: P89V51 code for SDCC is now ready to download
 
   Home   Help Search Login Register  
Pages: 1 2 [3]
  Print  
Author Topic: GNU ARM Toolchain Installer  (Read 18350 times)
0 Members and 2 Guests are viewing this topic.
waipot
Moderator
Freshy
*****
Posts: 10



View Profile
« Reply #30 on: April 12, 2009, 09:31:10 PM »

Hello,

i don't see any problem you said.
so please try to download again.
Logged
A Microcontroller Discussion Board
« Reply #30 on: April 12, 2009, 09:31:10 PM »

 Logged
stijn88
Newbie
*
Posts: 2



View Profile Email
« Reply #31 on: April 13, 2009, 01:05:33 AM »

What New
This version was fixed to work on Ubuntu 8.04 and 8.10.


To install
1. Download the latest installer gnu-arm-installer-v0.2.tar.gz and then extract the archive by typing:
---

When I click on this link, I see a warning that says: "It seems that you are not allowed to download or view attachments on this board.
Please login below or register an account with A Microcontroller Discussion Board."
I even get this warning when I'm already logged in.
When I log in again, the browser returns me to the home page of this forum.
When I return to this topic and try to download it again, the same happens.

do you know what I'm doing wrong?

Thanks

Logged
waipot
Moderator
Freshy
*****
Posts: 10



View Profile
« Reply #32 on: April 13, 2009, 02:04:21 AM »

Oh i see your problem.
the link you provide is too old.
please find the update from here

http://mcuprogramming.com/forum/arm/gnu-arm-toolchain-installer/msg640/#msg640

 
Logged
splitarm
Newbie
*
Posts: 4



View Profile
« Reply #33 on: May 05, 2009, 10:13:20 AM »

Just fyi:

Compiling the toolchain with current Ubuntu 9.04 release seems to break insight. The error occurs if I try to run arm-elf-insight:
Quote
Tk_Init failed: Can't find a usable tk.tcl in the following directories:
    /opt/gnuarm/share/tk8.4 /opt/gnuarm/lib/tk8.4 /opt/lib/tk8.4 /opt/gnuarm/library /opt/library /opt/tk8.4.1/library /tk8.4.1/library                                                                                       

/opt/gnuarm/share/tk8.4/tk.tcl: no event type or button # or keysym
no event type or button # or keysym                               
    while executing                                               
"bind Listbox <MouseWheel> {                                       
    %W yview scroll [expr {- (%D / 120) * 4}] units               
}"                                                                 
    (file "/opt/gnuarm/share/tk8.4/listbox.tcl" line 182)         
    invoked from within                                           
"source /opt/gnuarm/share/tk8.4/listbox.tcl"                       
    (in namespace eval "::" script line 1)                         
    invoked from within                                           
"namespace eval :: [list source [file join $::tk_library $file.tcl]]"
    (procedure "SourceLibFile" line 2)                               
    invoked from within                                             
"SourceLibFile listbox"                                             
    (in namespace eval "::tk" script line 4)                         
    invoked from within                                             
"namespace eval ::tk {
        SourceLibFile button
        SourceLibFile entry
        SourceLibFile listbox
        SourceLibFile menu
        SourceLibFile panedwindow
        SourceLibFile ..."
    invoked from within
"if {$::tk_library ne ""} {
    if {[string equal $tcl_platform(platform) "macintosh"]} {
        proc ::tk::SourceLibFile {file} {
            if {[catch {
                namesp..."
    (file "/opt/gnuarm/share/tk8.4/tk.tcl" line 393)
    invoked from within
"source /opt/gnuarm/share/tk8.4/tk.tcl"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list source $file]"

gnu-arm
This probably means that tk wasn't installed properly.

This issue is fixed in the current insight cvs snapshot: http://ftp://sourceware.org/pub/insight/snapshots/current/insight-weekly-6.8.50-20090427-tar.bz2
  [/list][/list]
Logged
SimSys
Newbie
*
Posts: 1



View Profile Email
« Reply #34 on: September 26, 2009, 07:12:02 AM »

Hi,

script compiles on ubuntu 9.04 without errors.

Thanks
SimSys
Logged
tarek_attia
Newbie
*
Posts: 1



View Profile Email
« Reply #35 on: November 03, 2009, 01:52:11 AM »

Hello all,

I do have a problem,after installing the toolchain and it told me that the built was successful ,and I edited the PATH as written .

However when i try to  make using it the following errors appear to me :-

make: /home/esd/linux4sam/ARM-Toolchain/GNU-ARM_TOOLCHAIN/gnu-arm-installer/install/bin/gcc: Command not found
make[2]: /home/esd/linux4sam/ARM-Toolchain/GNU-ARM_TOOLCHAIN/gnu-arm-installer/install/bin/gcc: Command not found


What should i do !!!?Huh

Any help will be appreciated.

thnx
Logged
Scotty
Newbie
*
Posts: 1



View Profile
« Reply #36 on: December 08, 2009, 10:20:00 AM »

I used the script to create a tool chain on my Ubuntu 9.04, x86_64 mostly successful. All works well but I'm missing libdl. What can I do?
Logged
mroubas
Newbie
*
Posts: 1



View Profile
« Reply #37 on: January 06, 2010, 06:59:29 AM »

I just installed the toolchain an a relatively fresh install of Ubuntu 9.10 (on an 64 bit system). I added most of the packages mentioned in this thread to make sure I had everything that was needed for the build as well. Here are all the commands I used:

Code:

sudo apt-get install patch texinfo
sudo apt-get install libncurses5-dev libx11-dev libgmp3-dev libmpfr-dev

cd ~
mkdir toolchain
cd toolchain
svn checkout http://hobbycode.googlecode.com/svn/trunk/gnu-arm-installer gnu-arm-installer

cd gnu-arm-installer/src/
wget http://gnuarm.org/binutils-2.19.tar.bz2
wget http://gnuarm.org/gcc-4.3.2.tar.bz2
wget http://gnuarm.org/newlib-1.16.0.tar.gz
wget http://gnuarm.org/insight-6.8.tar.bz2
cd ..
./gnu-arm-installer.sh


The above process worked without a hitch. I haven't compiled any code with it yet, but I don't foresee any problems.
Logged
A Microcontroller Discussion Board
   

 Logged
Pages: 1 2 [3]
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
GNU ARM toolchain for Cygwin, Linux and MacOS Software/Tools Doug 0 1484 Last post November 01, 2007, 08:05:08 PM
by Doug
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC | Sitemap Valid XHTML 1.0! Valid CSS!