Re: Getting linaro toolchain binaries

2011-03-07 Thread Andy Doan
On 03/07/2011 01:37 PM, Michael Opdenacker wrote:
> I created a wiki page about the binary cross-compiling toolchains:
> https://wiki.linaro.org/WorkingGroups/ToolChain/BinaryCrossToolchains

We already have a page pretty similiar to this here:

  https://wiki.linaro.org/Mentoring/ToolchainInstall

We should probably merge the best parts of each into one page and make
sure it has the "CategoryHowTo" at the bottom.

-andy

___
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain


Re: smc #0 unsuppored (bug 669912) gcc-4.5 linux-2.6.38

2011-04-18 Thread Andy Doan
On 04/18/2011 11:54 AM, AJ ONeal wrote:
> I just did `git checkout` for linaro/linux-2.6.38 and tried compiling
> with CROSS_COMPILE=arm-linux-gnueabi- and I get this smc #0 error.
> 
> The bug filed here is marked as fixed, but it's still broken for me:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/669912
> 
> I ran into this error once before, but I can't find my notes for it.
> 
> I think the solution was to append something like $(sec) on a line in
> the Makefile.
> Any ideas?

I think you have the right idea. However, my version of
arch/arm/mach-omap2/Makefile includes it:

  AFLAGS_omap-headsmp.o  :=-Wa,-march=armv7-a$(plus_sec)

Does your version have this?

-andy

___
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain


Fwd: New question: problem in installing Linaro tools on Ask Linaro

2012-01-03 Thread Andy Doan
anyone have a suggestion for this person?

 Original Message 
Subject:New question: problem in installing Linaro tools on Ask Linaro
Date:   Mon, 26 Dec 2011 21:31:57 -0800 (PST)
From:   Ask Linaro 
To: doanac 



Ask Linaro - Q & A forum for Linaro developers 


Hello doanac,

chandrakala  has just
posted a new question on Ask Linaro, entitled problem in installing
Linaro tools

and tagged "/linaro  installation
/". Here's what it says:

Hi all,

Iam new to linux and gnu tools. i have downloaded linaro gnu tools
to install cortex-a8 on my ubuntu machine. iam able to successfully
install gcc tools. But when i try to install arm tools it is
throwing error. following are the commands used to install gnu tools
and the error it is generated

mckala@mckala:~/Desktop/gstreamer/gcc_objdir$
../gcc-linaro-4.6-2011.12/gcc-linaro-4.6-2011.12/configure
--target=arm-*-elf --disable-bootstrap --enable-languages=c,c++
--with-mode=thumb --with-arch=armv7-a --with-tune=cortex-a8
--with-fpu=neon --with-float=softfp
--prefix=/home/mckala/Desktop/gstreamer/gcc_objdir --disable-werror
--with-newlib

mckala@mckala:~/Desktop/gstreamer/gcc_objdir$ make all-host

mckala@mckala:~/Desktop/gstreamer/gcc_objdir$ make install-host

with this gnu tools installation is completed and i did not get any
error. when i used the following command to install cross compiler,
it is giving error

mckala@mckala:~/Desktop/gstreamer/gcc_objdir$ make

The error is

checking for suffix of object files... configure: error: in
|/home/mckala/Desktop/gstreamer/gcc_objdir/arm-*-elf/libgcc':
configure: error: cannot compute suffix of object files: cannot
compile See|config.log' for more details. make[1]: ***
[configure-target-libgcc] Error 1

config.log file is showing the following error.

gcc_objdir/arm-/-elf/bin/
-B/home/mckala/Desktop/gstreamer/gcc_objdir/arm-/-elf/lib/ -isystem
/home/mckala/Desktop/gstreamer/gcc_objdir/arm-/-elf/include -isystem
/home/mckala/Desktop/gstreamer/gcc_objdir/arm-/-elf/sys-include -V >&5

xgcc: fatal error: no input files compilation terminated.

Can any one please help on this.

Thanks in advance.

Don't forget to come over and cast your vote.

Thanks,
Ask Linaro

P.S. You can always fine-tune which notifications you receive here
.




___
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain


Re: uImage built with pre-built linaro toolchain failed to start

2012-01-10 Thread Andy Doan
On 01/10/2012 04:58 AM, Lv Terry-R65388 wrote:
> Hi,
> 
>   I use pre-built version of linaro toolchain (got from 
> http://people.linaro.org/~michaelh/incoming/binaries/) to build a uImage.
>   The build succeeded, but the uImage couldn't start.
>   The console hangs at:
> 
> Using FEC0 device
> TFTP from server 10.193.100.158; our IP address is 10.193.102.233
> Filename 'uImage_linaro'.
> Load address: 0x7080
> Loading: #
>  #
>  #
>  ###
> done
> Bytes transferred = 3193292 (30b9cc hex)
> ## Booting kernel from Legacy Image at 7080 ...
>Image Name:   Linux-2.6.38-01026-gc9c8ead
>Image Type:   ARM Linux Kernel Image (uncompressed)
>Data Size:3193228 Bytes =  3 MB
>Load Address: 10008000
>Entry Point:  10008000
>Verifying Checksum ... OK
>Loading Kernel Image ... OK
> OK
> 
> Starting kernel ...
> 
> Uncompressing Linux... done, booting the kernel.
> 
>   Does anyone meet this before?
> 
>   How can I fix it?
> 
>   Thanks~~

Its hard to say without more details like where you got your kernel,
what config you built with, and what platform you are running on.
However, the two most common errors I've encountered when people see the
message you pasted are:

1) you don't have your "console" variable set properly in u-boot. For
example, my OMAP devices default to "console=ttyS2,115200n8". However,
it needs to be "console=ttyO2,115200n8"

2) you built your kernel with/without device tree and u-boot is
launching your kernel without/with device tree.

-andy

___
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain


Re: [ACTIVITY] 7-11 Jan 2013

2013-01-12 Thread Andy Doan

On 01/12/2013 05:49 AM, Renato Golin Linaro wrote:

On 12 January 2013 06:57, Fathi Boudra mailto:fathi.bou...@linaro.org>> wrote:

 >  - need account at people.linaro.org ,
RT created

ci.linaro.org  is more appropriate.


people.linaro.org  was recommended by Dave,
probably for the general purpose + cron jobs.

But if ci.linaro.org  is more appropriate, I might
ask that, too.


That was probably a bad recommendation by me. I thought you were just 
wanting some one-off job for personal interest. In that case a cron job 
would work. However, if you have something more official then Fathi is 
right - you should use ci.linaro.org.



___
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain