All of lore.kernel.org
 help / color / mirror / Atom feed
* gcc (and others) missing some links to binaries
@ 2007-04-12 20:26 Rodrigo Vivi
  2007-04-12 20:30 ` Marcin Juszkiewicz
  2007-04-12 20:32 ` Koen Kooi
  0 siblings, 2 replies; 4+ messages in thread
From: Rodrigo Vivi @ 2007-04-12 20:26 UTC (permalink / raw)
  To: openembedded-devel

Hi all,

When I was using mamona I've noticed that gcc was installed but
without the gcc command... Then I realized that in package there were
only this files

/usr/bin/arm-mamona-linux-gnueabi-gcc
/usr/bin/arm-mamona-linux-gnueabi-gccbug

but not the /usr/bin/gcc or gccbug

Then I tried to build angstrom to see if this error was happening just
in mamona and for my surprise the gcc deb package for angstrom just
have this 2 binary files too:

/usr/bin/arm-angstrom-linux-gnueabi-gcc
/usr/bin/arm-angstrom-linux-gnueabi-gccbug

I've noticed that this is happening to binutils too...

Does any body have any idea about it?

I've noticed that do_install() function of gcc-package.inc try to create a link:
cd ${D}${bindir}
ln -sf ${TARGET_SYS}-gcc gcc

This is creating the link at
tmp/work/armv5te-angstrom-linux-gnueabi/gcc-4.1.2-r0/image/usr/bin

but not in
work/armv5te-angstrom-linux-gnueabi/gcc-4.1.2-r0/install/usr/bin

and I believe that deb package is using install directory not image
one when building...

Do you have any idea?

Thanks in advance...

vivijim



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-04-12 20:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-12 20:26 gcc (and others) missing some links to binaries Rodrigo Vivi
2007-04-12 20:30 ` Marcin Juszkiewicz
2007-04-12 20:46   ` Rodrigo Vivi
2007-04-12 20:32 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.