To all who have been monitoring this thread, I've redone the CLFS-Embedded
process again.  Once again no joy.  I am getting the same problem with cc1
(xgcc?) complaining about an unterminated-comment in auto-host.h and several
other files.

When I write a simple C file like below and compile it with /usr/bin/gcc, I
get no warnings or errors.

#include "gcc/auto-host.h"
int main(){}

I do not have the experience to delve into uClibc or GCC to sort this
problem out.  If someone can help to identify whether a step is missing in
the CLFS-Embedded book then that would be great.  If you would like to see
the output log of the "make gcc-all" step please let me know.

Dave

On 6/6/07, David Whitney <[EMAIL PROTECTED]> wrote:

Jim,

Thanks... that was a great catch.  I will modify CLFS_TARGET to the
appropriate value.

Dave

On 6/6/07, Jim Gifford < [EMAIL PROTECTED]> wrote:
>
> It looks like your mixing Cross-LFS Standard and Cross-LFS Embedded.
> Cross-LFS Embedded using i686-pc-linux-uclibc and Cross-LFS Standard
> uses i686-pc-linux-gnu.
>
> There are significant differences between the two versions of the books.
> _______________________________________________
> Clfs-support mailing list
> [email protected]
> http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
>


_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Reply via email to