Hi,<br><br>I'm experiencing a compilation error "extra tokens at end of #ident directive" while building buildroot.  Can someone please help?<br><br>Here are the steps I've taken:<br><br>1.  install a fully functional development environment using CentOS 
v4.3 onto an x86 box (this environment had previously compiled buildroot without issues on or around 6/27/06 and not touched since then, so I know it to be a "good" environment).
<br>2. rm -rf buildroot (to make sure everything is clean, I understand there are better ways)<br>3. wget -q <a href="http://buildroot.uclibc.org/downloads/snapshots/buildroot-snapshot.tar.bz2">http://buildroot.uclibc.org/downloads/snapshots/buildroot-snapshot.tar.bz2
</a><br>4. tar xvfj buildroot-snapshot.tar.bz2<br>5. cd buildroot<br>6. make menuconfig<br>7. leave everything as "shipped", exit, save config<br>8. make<br>9. when the new config questions come up, choose "8" at the first prompt (pentium 3), keep the default answers for the remaining nine questions or so by hitting enter.
<br><br>forty-five minutes later, compilation error:<br><br>CC modutils/insmod.o<br>/home/pkuser/buildroot/build_i686/busybox/modutils/insmod.c:352:10: extra tokens at end of #ident directive<br>/home/pkuser/buildroot/build_i686/busybox/modutils/insmod.c:515:10: extra tokens at end of #ident directive
<br>make[2]: *** [/home/pkuser/buildroot/build_i686/busybox/modutils/insmod.o] Error 1<br>make[1]: *** [_all] Error 2<br>make[1]: Leaving directory `/home/pkuser/buildroot/build_i686/busybox'<br>make: *** [/home/pkuser/buildroot/build_i686/busybox/busybox] Error 2
<br><br>The two offending lines in the source code are identical:<br><br>#ident "$Id: insmod.c,v 1.126 2004/12/26 09:13:32 vapier Exp $"<br>#ident "$Id: insmod.c,v 1.126 2004/12/26 09:13:32 vapier Exp $"
<br><br>Here are the results of the host environment checks buildroot does:<br><br>Checking build system dependencies:<br>sed works:                          Ok<br>GNU make version '3.80':            Ok<br>gcc version '3.4.5
':                Ok<br>which installed:                    Ok<br>bison installed:                    Ok<br>flex installed:                     Ok<br>gettext installed:                  Ok<br>Build system dependencies:          Ok
<br><br>I have a log of the entire build process if that would help.<br><br>Thanks,<br><br>Drew<br>