Hi:
I use OpenSUSE 11.1 and I'm trying install the LTIB for my board Freescale Lite5200b.
I had the same problem, I followed the instructions that you give us:
1º- DELETING the LTIB install (rm - rf /home/ltib-blah-blah)
2º- reInstalling LTIB using the "./install" script
3º- BEFORE running "./ltib" for the first time, altering "dist/lfs-5.1/bison/bison.spec" (as above = thx) i.e. Change "make" to "make CFLAGS=-O0" (that Ohhhh and Zero btw) in the %Build section
4º- NOW run "./ltib" for the first time
But I have another problem:
NOTE: If I type ./ltib -p bison instead of ./ltib. I get the same errors that Nabendu:
spoofing is not set up at ./ltib line 2283.
Started: Sat May 17 19:39:06 2008
Ended: Sat May 17 19:55:55 2008
Elapsed: 1009 seconds
Build Failed
Exiting on error or interrupt
So I followed the solution above.
In this case I get the following error....this is the tail of host_config.log file:
+ make CFLAGS=O0
make all-recursive
make[1]: Entering directory `/opt/freescale/ltib/usr/src/rpm/BUILD/bison-1.875'
Making all in config
make[2]: Entering directory `/opt/freescale/ltib/usr/src/rpm/BUILD/bison-1.875/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/freescale/ltib/usr/src/rpm/BUILD/bison-1.875/config'
Making all in po
make[2]: Entering directory `/opt/freescale/ltib/usr/src/rpm/BUILD/bison-1.875/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/freescale/ltib/usr/src/rpm/BUILD/bison-1.875/po'
Making all in lib
make[2]: Entering directory `/opt/freescale/ltib/usr/src/rpm/BUILD/bison-1.875/lib'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib O0 -MT main.o -MD -MP -MF ".deps/main.Tpo" \
-c -o main.o `test -f 'main.c' || echo './'`main.c; \
then mv ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
gcc: O0: No such file or directory
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/opt/freescale/ltib/usr/src/rpm/BUILD/bison-1.875/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/freescale/ltib/usr/src/rpm/BUILD/bison-1.875'
make: *** [all] Error 2
error: Bad exit status from /home/tito/LTIB/ltib-mpc5200-20070203/tmp/rpm-tmp.74920 (%build)
RPM build errors:
Bad exit status from /home/tito/LTIB/ltib-mpc5200-20070203/tmp/rpm-tmp.74920 (%build)
Build time for bison: 14 seconds
Failed building bison
Died at ./ltib line 1396.
Started: Fri May 8 17:25:45 2009
Ended: Fri May 8 17:30:33 2009
Elapsed: 288 seconds
These packages failed to build:
bison
Build Failed
NOTE 2: I modified the dist/lfs-5.1/bison/bison.spec file:
"make CFLAGS=-O0" (-capital O/zero)It's rigth???
Please a need help

Thanks