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 -- Elena of Valhalla homepage: http://www.trueelena.org email: [EMAIL PROTECTED] _______________________________________________ Openembedded-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
