On Sat, Apr 29, 2006 at 05:03:49PM -0700, Diane Holt wrote: > I added an x86 compiler to my scratchbox, and went through the > configuration steps for adding a foreign toolchain, but it doesn't show up > when I 'sb-conf list --compilers', <..> > What am I missing here?
Hmm.. probably the 'compiler-name' file is missing in the new toolchain directory. Normally this should be generated in 'Building auxiliary tools' step[1], but for same reason this is not done. > I added an arm compiler before this one, doing the same steps, > and it went in fine. Did you clean the build tree after the arm compiler building before building the x86 compiler? eg. $ make CONFIG=meta/alien-tc/the-arm-config.conf -C meta/alien-tc clean Footnotes: [1] In sb-toolchain-extras/toolchain/post-install/, to be precise. -- Toni Timonen 040-5111863,GPG 0x7984A4FD _______________________________________________ Scratchbox-devel mailing list [email protected] http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-devel
