ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Ltib] Problem using LTIB


From: Daniel Brown
Subject: RE: [Ltib] Problem using LTIB
Date: Fri, 20 Aug 2010 12:39:15 -0700

Hi Peter,

 

I do have the following in my list of mounted devices:

 

/home/dbrown/Freescale/MPC8313E_RDB_K26_20081226-LTIB.iso on /mnt/ltib type iso9660 (rw,loop=/dev/loop0)

 

This was for the Freescale LTIB distribution that I downloaded before. Is it possible that this is the problem?


Thanks.

Daniel

 

From: Peter Barada [mailto:address@hidden
Sent: Friday, August 20, 2010 11:07 AM
To: Daniel Brown
Cc: Jorge A. Castro; address@hidden
Subject: RE: [Ltib] Problem using LTIB

 

On Fri, 2010-08-20 at 10:55 -0700, Daniel Brown wrote:

Jorge,

 

I am using Redhat Enterprise Workstation. Is this dist okay?

 

My network connection is fine on this machine. I have checked. But how can I check connection to the webite for

getting the tc-fsl package?


in the get_remote() function in bin/Ltibutils.pm, if you add a "set -x" to the shell commands that call wget, thereby seingo the wget command used to fetch the file from the GPP(note the bolded "set -x" in the following):

sub get_remote
{
    my($dest, $pxys, $wget_opts, $pxmode, $url) = @_;
    return system_nb(<<TXT) == 0;
set -x
cd $dest
$pxys wget $wget_opts --proxy=$pxmode $url 2>&1
cd - >/dev/null
TXT
}

>From what you've sent, it looks like you wee able to downloaded the file, its a mismatch of the md5sum that's causing the renaming.  I'm guessing that you have an LTIB .iso image - are the line endings incorrect (i.e. finding DOS line endings (CRLF) instead of Unix line endings (LF only))?

If a mismatch is found, LTIB moves the filename (by appending ".bad" to it), so the next run of LTIB should pull it down again, and hopefully it will match.


 

Thanks.

Daniel

 

From:address@hidden [mailto:address@hidden On Behalf Of Jorge A. Castro
Sent: Friday, August 20, 2010 9:31 AM
To: address@hidden
Subject: Re: [Ltib] Problem using LTIB

 

Hi Daniel,

It seems like LTIB it's not getting tc-fsl-x86lnx-armeabi-nptl-4.1.2-3.i386.rpm, because it shows

Can't get: tc-fsl-x86lnx-armeabi-nptl-4.1.2-3.i386.rpm at ./ltib line 2628.

You may check your connection  or the availability of the package. Bytheway, what are you using in you host machine? (what GNU/Linux flavor distribution?)

Regards,

Jorge Castro


On 08/20/2010 10:16 AM, Daniel Brown wrote:

Hello,

 

I downloaded and having tried using ltib to build a configuration for the LPC3250 target.

I get the following transcript after the gui exits. Can anyone help?

 

-------

 

[bash-3.2:dbrown:ltib]$ ./ltib

 

Installing host support packages.

 

This only needs to be done once per host, but may take up to

an hour to complete ...

 

If an error occurs, a log file with the full output may be found in:

/home/dbrown/ltib/host_config.log

 

 

 

*** End of configuration.

*** Check the top-level Makefile for additional configuration options.

 

+ '[' -n '' ']'

+ '[' '!' -f config/platform/ea3250/.config -a -f config/platform/ea3250/defconfig ']'

+ cp config/platform/ea3250/defconfig config/platform/ea3250/.config

+ '[' -f /home/dbrown/ltib/config/.config ']'

+ '[' -n '' ']'

+ cd config/platform/ea3250

+ mconf main.lkc .config

 

 

*** End of configuration.

*** Check the top-level Makefile for additional configuration options.

 

+ cp .config defconfig.dev

 

Ideally the rpm database should not be located in an NFS mounted filesystem.

On some systems this may cause cause problems due to filesystem locking

and this application.  If you have this problem, you'll see error

messages like: "error: cannot get exclusive lock on ..../Packages"

 

Press <enter to continue>

 

Installing: tc-fsl-x86lnx-armeabi-nptl-4.1.2-3.i386.rpm

Testing network connectivity for gpp

OK GPP: is available

Try tc-fsl-x86lnx-armeabi-nptl-4.1.2-3.i386.rpm from the GPP

ERROR: md5sum mismatch, re-naming /opt/ltib/pkgs/tc-fsl-x86lnx-armeabi-nptl-4.1.2-3.i386.rpm to /opt/ltib/pkgs/tc-fsl-x86lnx-armeabi-nptl-4.1.2-3.i386.rpm.bad, please re-try

Can't get: tc-fsl-x86lnx-armeabi-nptl-4.1.2-3.i386.rpm at ./ltib line 2628.

Died at ./ltib line 2628.

traceback:

 main::check_toolchain_setup:2628

  main::pre_build_checks:1486

   main:564

 

 

Started: Fri Aug 20 07:20:07 2010

Ended:   Fri Aug 20 07:43:11 2010

Elapsed: 1384 seconds

 

VERSION          : 10.1.1

CVS_VERSION      : $Revision: 1.70 $ (Savannah)

PLATFORM         : ea3250

GNUTARCH         : arm

TOOLCHAIN        : tc-fsl-x86lnx-armeabi-nptl-4.1.2-3.i386.rpm

TOOLCHAIN_CFLAGS : -O2 -fsigned-char -mfloat-abi=softfp -mfpu=vfp

 

 

Build Failed

 

Exiting on error or interrupt

[bash-3.2:dbrown:ltib]$

 
 
 
_______________________________________________
LTIB home page: http://ltib.org
 
Ltib mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/ltib
  




 
-- 
Jorge A. Castro
Canam-Technology, Inc.
 
_______________________________________________
LTIB home page: http://ltib.org
 
Ltib mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/ltib

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]