Elena of Valhalla wrote:
On Mon, Jun 23, 2008 at 11:29 PM, Michael Anastasia <[EMAIL PROTECTED]> wrote:
Building the native gcc for my gumstix using open embedded. [...]
 A little google searching led me to understand that the assembler is
missing, and that seems to be true.  [...]

I've had a similar problem, but in my case it was the cc1 executable missing

I've found it in the package image (tmp/work/$arch/gcc-$version/image)
directory, but nowere in the install dir

my workaround was to copy it manually in the image, and then I never
had time to check back on the issue

I think I must just be missing a package or
something, but I haven't found any package that claims to contain the c
assembler.

you could try a
find $oe_home/tmp/work/$target_arch/ -name as
to check if it was created but not installed
I did find the directory where the native gcc and cc1 were created, and there is an 'as' in that directory, but it is just a shell script that calls $oe_home/tmp/cross/bin/$arch-as, which as far as I can tell is the cross-assembler, not the assembler. Just in case I was wrong, I grabbed that as, but when I ran it on the target machine I got a garbled error message: "ELF[garbage caracters]: file not found"


_______________________________________________
Openembedded-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users

Reply via email to