From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a287efecf9b6c0d7,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!4g2000yqo.googlegroups.com!not-for-mail From: Adrianr Newsgroups: comp.lang.ada Subject: avr-ada ubuntu cross-compiler build failed Date: Sat, 5 Feb 2011 09:30:16 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 201.250.188.142 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1296927016 9803 127.0.0.1 (5 Feb 2011 17:30:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 5 Feb 2011 17:30:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 4g2000yqo.googlegroups.com; posting-host=201.250.188.142; posting-account=EF_oSwoAAACE2MyK6BiKL60htxdJgON3 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:16893 Date: 2011-02-05T09:30:16-08:00 List-Id: I have failed building the avr-ada cross compiler with ubuntu 10.10 as a host. I tried in a laptop and a desktop pc with ubuntu 10.10. Because it had gcc-4.4.5, GNAT 4.4.5, Binutils 2.20 and avr-libc 1.6.8 I set up a chroot enviroment as indicated in http://sourceforge.net/apps/mediawiki/avr-ada/index.php?title=Build_From_Ubuntu_Lucid_Or_Debian_Squeeze I followed the build instructions but I couldnt get it. I dont understand a few things (I'm not confident at all with hand- made instalation method) . First I downloaded the avr-ada package from sourceforge with wget in the chroot enviroment, after unpacking it ran the instalation script. I get an error message here I thougth it was because the line 310 of the script point to the version 1.1.0 and bunzip couldnt find it because the downloaded version of the file was version 1.1.1 line 310 of building script in avr-ada-1.1.0/tools/buid: cp avr-ada-1.1.0_linux.tar.bz2 $FILE_AVRADA.tar.bz2 so I tried changed to : cp avr-ada-1.1.1_linux.tar.bz2 $FILE_AVRADA.tar.bz2 and also rename the package : mv avr-ada-1.1.1_linux.tar.bz2 avr-ada-1.1.0_linux.tar.bz2 but it wasnt enough. with this modification I reach the 12 step "configure AVR-Ada" and then exited the procedure. Why have to download the package 2 times? Did someone succesfully install avr-ada in ubuntu 10.10? There are some tips for install?