Am 08.10.2012 um 16:59 schrieb Charles Steinkuehler: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Working with a fresh clone of linuxcnc master, I am still seeing > issues trying to build the simulator config with *NO* other patches. > > Starting with a clean working copy I can run: > > cd workingcopy/src > ./autogen.sh > ./configure --enable-simulator > make > > ...and make appears to successfully complete. If I then immediately > do another build (should be a no-op?): > > make
try to run both makes like so and post the output: make V=1 also, please post: uname -a gcc --version ld --version -m > > ...a *LOT* of additional files are compiled, and the build eventually > fails with the strange linking errors referenced previously: > > Compiling realtime objects/hal/components/abs.c > Linking ../rtlib/abs.so > `__x86.get_pc_thunk.bx' referenced in section `.text' of > objects/abs.tmp: defined in discarded section > `.text.__x86.get_pc_thunk.bx[__x86.get_pc_thunk.bx]' of objects/abs.tmp > > Any ideas from someone a bit more familiar with the codebase? > > Can someone more used to how things should work verify a simulator > build from the current master is actually working correctly? > > - -- > Charles Steinkuehler > [email protected] > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAlBy6kgACgkQLywbqEHdNFynaQCg+3W4nQNlBLlyMdoczUohY3ID > 1N8AoOy8GztNkgvyWoj0npTYE/lT1Y4t > =xqFo > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------------ > Don't let slow site performance ruin your business. Deploy New Relic APM > Deploy New Relic app performance management and know exactly > what is happening inside your Ruby, Python, PHP, Java, and .NET app > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > http://p.sf.net/sfu/newrelic-dev2dev > _______________________________________________ > Emc-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-developers ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
