segment fault when ren emc2

More
14 Apr 2015 15:35 #57782 by chenaichenluo
hello everyone,
i followed the instructions on the website to install emc2, when run emc2 the shell print out "segment fault" and shut down, and the segment fault may appear in different place when start emc2 next time. for example:

Starting EMC2...
/home/linaro/Desktop/emc2-2.4.3/scripts/emc: line 585: 6729 segment fault (核心已转储) $HALCMD loadusr -Wn iocontrol $EMCIO -ini "$INIFILE"

and sometimes the shell print out:

Invalid configuration of axes is preventing EMC from starting
/home/linaro/Desktop/emc2-2.4.3/scripts/emc: line 654: 6847 segment falut (核心已转储) $EMCTASK -ini "$INIFILE"



can anyone offer me help??

Please Log in or Create an account to join the conversation.

More
14 Apr 2015 17:16 #57789 by ArcEye
Replied by ArcEye on topic segment fault when ren emc2

i followed the instructions on the website to install emc2


It has been called Linuxcnc for a couple of years at least and you are running a very old version of it (2.4.3)

Unless there is some particular reason to run this version, I would suggest you download and install the Ubuntu 10.04 based distro at least, you will get better support

Regards the error

Invalid configuration of axes is preventing EMC from starting


It says what the error is, but you will have to attach your config files to have any idea what is wrong
(zip the whole folder from your configs dir is easiest - then we have something to test which is complete)

regards

Please Log in or Create an account to join the conversation.

More
14 Apr 2015 19:10 #57797 by andypugh

hello everyone,
i followed the instructions on the website to install emc2,


Can you give us the URL of the instructions you followed? It seems like you have found some very old instructions for a very old version of LinuxCNC.

Please Log in or Create an account to join the conversation.

More
15 Apr 2015 10:40 #57814 by chenaichenluo
the version i currently use is emc-2.4.3, and my boss required me do not update the version, i have attached the whole configs file in configs.zip .

And i have also attached the config result and config.log after excute .configure --enable -run-in place --enabel-simulator.


thanks in advance
Attachments:

Please Log in or Create an account to join the conversation.

More
15 Apr 2015 10:46 #57815 by chenaichenluo
the version i currently use is emc-2.4.3, and my boss required me do not update the version, i have attached the whole configs file in configs.zip .

And i have also attached the config result and config.log after excute .configure --enable -run-in place --enabel-simulator.


thanks in advance
Attachments:

Please Log in or Create an account to join the conversation.

More
15 Apr 2015 13:24 #57816 by chenaichenluo
the config.log contents after excuting ./configure --enable-run-in-place --enable-simulator are:


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by EMC2 configure 2.4.3, which was
generated by GNU Autoconf 2.68. Invocation command line was

$ ./configure --enable-run-in-place --enable-simulator

##
##
## Platform. ##
##
##

hostname = linaro-ubuntu-desktop
uname -m = armv7l
uname -r = 3.0.35-2508-g54750ff
uname -s = Linux
uname -v = #71 SMP PREEMPT Sun Apr 12 23:58:58 PDT 2015

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


##
##
## Core tests. ##
##
##

configure:2299: checking build toplevel
configure:2302: result: /home/linaro/Desktop/emc2-2.4.3
configure:2311: checking installation prefix
configure:2315: result: run in place
configure:2338: checking for grep
configure:2356: found /bin/grep
configure:2368: result: /bin/grep
configure:2378: checking for egrep
configure:2396: found /bin/egrep
configure:2408: result: /bin/egrep
configure:2425: checking for RT dir
configure:2458: result: configuring for simulator
configure:2508: checking for pth-config
configure:2526: found /usr/bin/pth-config
configure:2539: result: /usr/bin/pth-config
configure:2715: checking for cc version
configure:2731: result: not specified
configure:2789: checking for gcc
configure:2805: found /usr/bin/gcc
configure:2816: result: gcc
configure:2847: checking for C compiler version
configure:2858: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2870: $? = 0
configure:2858: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabi/4.6/lto-wrapper
Target: arm-linux-gnueabi
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-float=softfp --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror --enable-checking=release --build=arm-linux-gnueabi --host=arm-linux-gnueabi --target=arm-linux-gnueabi
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:2870: $? = 0
configure:2858: gcc -V >&5
gcc: fatal error: no input files
compilation terminated.
configure:2870: $? = 4
configure:2858: gcc -qversion >&5
gcc: fatal error: no input files
compilation terminated.
configure:2870: $? = 4
configure:2890: checking whether the C compiler works
configure:2912: gcc conftest.c >&5
configure:2916: $? = 0
configure:2964: result: yes
configure:2967: checking for C compiler default output file name
configure:2969: result: a.out
configure:2975: checking for suffix of executables
configure:2982: gcc -o conftest conftest.c >&5
configure:2986: $? = 0
configure:3008: result:
configure:3030: checking whether we are cross compiling
configure:3038: gcc -o conftest conftest.c >&5
configure:3042: $? = 0
configure:3049: ./conftest
configure:3053: $? = 0
configure:3068: result: no
configure:3073: checking for suffix of object files
configure:3095: gcc -c conftest.c >&5
configure:3099: $? = 0
configure:3120: result: o
configure:3124: checking whether we are using the GNU C compiler
configure:3143: gcc -c conftest.c >&5
configure:3143: $? = 0
configure:3152: result: yes
configure:3161: checking whether gcc accepts -g
configure:3181: gcc -c -g conftest.c >&5
configure:3181: $? = 0
configure:3222: result: yes
configure:3239: checking for gcc option to accept ISO C89
configure:3303: gcc -c -g -O2 conftest.c >&5
configure:3303: $? = 0
configure:3316: result: none needed
configure:3341: checking how to run the C preprocessor
configure:3372: gcc -E conftest.c
configure:3372: $? = 0
configure:3386: gcc -E conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3386: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "EMC2"
| #define PACKAGE_TARNAME "emc2"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "EMC2 2.4.3"
| #define PACKAGE_BUGREPORT "This email address is being protected from spambots. You need JavaScript enabled to view it."
| #define PACKAGE_URL ""
| #define RTAPI_SIM /**/
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3411: result: gcc -E
configure:3431: gcc -E conftest.c
configure:3431: $? = 0
configure:3445: gcc -E conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3445: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "EMC2"
| #define PACKAGE_TARNAME "emc2"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "EMC2 2.4.3"
| #define PACKAGE_BUGREPORT "This email address is being protected from spambots. You need JavaScript enabled to view it."
| #define PACKAGE_URL ""
| #define RTAPI_SIM /**/
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3480: checking for usability of rdtscll from asm/msr.h
configure:3498: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:11:21: fatal error: asm/msr.h: No such file or directory
compilation terminated.
configure:3498: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "EMC2"
| #define PACKAGE_TARNAME "emc2"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "EMC2 2.4.3"
| #define PACKAGE_BUGREPORT "This email address is being protected from spambots. You need JavaScript enabled to view it."
| #define PACKAGE_URL ""
| #define RTAPI_SIM /**/
| /* end confdefs.h. */
|
| #include <asm/msr.h>
| #include <stdio.h>
| void use_rdtscll(void) { long long tsc; rdtscll(tsc); }
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3510: result: no
configure:3891: checking for module installation directory
configure:3920: result: configuring for run-in-place
configure:3925: result: /home/linaro/Desktop/emc2-2.4.3/rtlib
configure:3940: WARNING: --enable-run-in-place will be removed soon.
Configure without specifying --prefix to get a run-in-place build.
configure:4085: checking for glib
configure:4089: result: yes - 2.32.3
configure:4097: checking for GTK 2.4.0 or above
configure:4101: result: yes - 2.24.10
configure:4105: checking for libgnomeprintui-2.2
configure:4108: result: yes
configure:4195: checking for g++
configure:4211: found /usr/bin/g++
configure:4222: result: g++
configure:4249: checking for C++ compiler version
configure:4258: g++ --version >&5
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4269: $? = 0
configure:4258: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabi/4.6/lto-wrapper
Target: arm-linux-gnueabi
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-float=softfp --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror --enable-checking=release --build=arm-linux-gnueabi --host=arm-linux-gnueabi --target=arm-linux-gnueabi
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:4269: $? = 0
configure:4258: g++ -V >&5
g++: fatal error: no input files
compilation terminated.
configure:4269: $? = 4
configure:4258: g++ -qversion >&5
g++: fatal error: no input files
compilation terminated.
configure:4269: $? = 4
configure:4273: checking whether we are using the GNU C++ compiler
configure:4292: g++ -c conftest.cpp >&5
configure:4292: $? = 0
configure:4301: result: yes
configure:4310: checking whether g++ accepts -g
configure:4330: g++ -c -g conftest.cpp >&5
configure:4330: $? = 0
configure:4371: result: yes
configure:4394: checking whether make sets $(MAKE)
configure:4416: result: yes
configure:4468: checking for ranlib
configure:4484: found /usr/bin/ranlib
configure:4495: result: ranlib
configure:4519: checking for ar
configure:4537: found /usr/bin/ar
configure:4549: result: /usr/bin/ar
configure:4559: checking for install
configure:4577: found /usr/bin/install
configure:4589: result: /usr/bin/install
configure:4599: checking for sed
configure:4617: found /bin/sed
configure:4629: result: /bin/sed
configure:4639: checking for ps
configure:4657: found /bin/ps
configure:4669: result: /bin/ps
configure:4679: checking for kill
configure:4697: found /bin/kill
configure:4709: result: /bin/kill
configure:4719: checking for whoami
configure:4737: found /usr/bin/whoami
configure:4749: result: /usr/bin/whoami
configure:4759: checking for awk
configure:4777: found /usr/bin/awk
configure:4789: result: /usr/bin/awk
configure:4799: checking for insmod
configure:4817: found /sbin/insmod
configure:4830: result: /sbin/insmod
configure:4840: checking for rmmod
configure:4858: found /sbin/rmmod
configure:4871: result: /sbin/rmmod
configure:4881: checking for lsmod
configure:4899: found /sbin/lsmod
configure:4912: result: /sbin/lsmod
configure:4922: checking for pidof
configure:4940: found /bin/pidof
configure:4953: result: /bin/pidof
configure:4963: checking for ipcs
configure:4981: found /usr/bin/ipcs
configure:4994: result: /usr/bin/ipcs
configure:5004: checking for fuser
configure:5022: found /bin/fuser
configure:5035: result: /bin/fuser
configure:5045: checking for mandb
configure:5063: found /usr/bin/mandb
configure:5076: result: /usr/bin/mandb
configure:5150: checking for python
configure:5168: found /usr/bin/python
configure:5181: result: /usr/bin/python
configure:5194: checking whether to build documentation
configure:5231: result: no
configure:5784: checking for ANSI C header files
configure:5804: gcc -c -g -O2 conftest.c >&5
configure:5804: $? = 0
configure:5877: gcc -o conftest -g -O2 conftest.c >&5
configure:5877: $? = 0
configure:5877: ./conftest
configure:5877: $? = 0
configure:5888: result: yes
configure:5896: checking for sys/wait.h that is POSIX.1 compatible
configure:5922: gcc -c -g -O2 conftest.c >&5
configure:5922: $? = 0
configure:5929: result: yes
configure:5939: checking for semtimedop
configure:5939: gcc -o conftest -g -O2 conftest.c >&5
configure:5939: $? = 0
configure:5939: result: yes
configure:5952: checking for sincos
configure:5952: gcc -o conftest -g -O2 -lm conftest.c >&5
conftest.c:49:6: warning: conflicting types for built-in function 'sincos' [enabled by default]
/tmp/ccOvuk28.o: In function `main':
/home/linaro/Desktop/emc2-2.4.3/src/conftest.c:60: undefined reference to `sincos'
collect2: ld returned 1 exit status
configure:5952: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "EMC2"
| #define PACKAGE_TARNAME "emc2"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "EMC2 2.4.3"
| #define PACKAGE_BUGREPORT "This email address is being protected from spambots. You need JavaScript enabled to view it."
| #define PACKAGE_URL ""
| #define RTAPI_SIM /**/
| #define MODULE_EXT ".so"
| #define EMC2_DEFAULT_NMLFILE "/home/linaro/Desktop/emc2-2.4.3/configs/common/emc.nml"
| #define EMC2_DEFAULT_TOOLTABLE "/home/linaro/Desktop/emc2-2.4.3/configs/sim/sim.tbl"
| #define EMC2_HOME "/home/linaro/Desktop/emc2-2.4.3"
| #define EMC2_BIN_DIR "/home/linaro/Desktop/emc2-2.4.3/bin"
| #define EMC2_TCL_DIR "/home/linaro/Desktop/emc2-2.4.3/tcl"
| #define EMC2_HELP_DIR "/home/linaro/Desktop/emc2-2.4.3/docs/help"
| #define EMC2_RTLIB_DIR "/home/linaro/Desktop/emc2-2.4.3/rtlib"
| #define EMC2_LANG_DIR "/home/linaro/Desktop/emc2-2.4.3/src/objects"
| #define EMC2_PO_DIR "/home/linaro/Desktop/emc2-2.4.3/share/locale"
| #define EMC2_CONFIG_DIR ""
| #define EMC2_NCFILES_DIR "/home/linaro/Desktop/emc2-2.4.3/nc_files"
| #define EMC2_IMAGE_DIR "/home/linaro/Desktop/emc2-2.4.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SEMTIMEDOP 1
| /* end confdefs.h. */
| /* Define sincos to an innocuous variant, in case <limits.h> declares sincos.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sincos innocuous_sincos
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sincos (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sincos
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sincos ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_sincos || defined __stub___sincos
| choke me
| #endif
|
| int
| main ()
| {
| return sincos ();
| ;
| return 0;
| }
configure:5952: result: no
configure:5963: checking for __sincos
configure:5963: gcc -o conftest -g -O2 -lm conftest.c >&5
/tmp/ccSZNceD.o: In function `main':
/home/linaro/Desktop/emc2-2.4.3/src/conftest.c:60: undefined reference to `__sincos'
collect2: ld returned 1 exit status
configure:5963: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "EMC2"
| #define PACKAGE_TARNAME "emc2"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "EMC2 2.4.3"
| #define PACKAGE_BUGREPORT "This email address is being protected from spambots. You need JavaScript enabled to view it."
| #define PACKAGE_URL ""
| #define RTAPI_SIM /**/
| #define MODULE_EXT ".so"
| #define EMC2_DEFAULT_NMLFILE "/home/linaro/Desktop/emc2-2.4.3/configs/common/emc.nml"
| #define EMC2_DEFAULT_TOOLTABLE "/home/linaro/Desktop/emc2-2.4.3/configs/sim/sim.tbl"
| #define EMC2_HOME "/home/linaro/Desktop/emc2-2.4.3"
| #define EMC2_BIN_DIR "/home/linaro/Desktop/emc2-2.4.3/bin"
| #define EMC2_TCL_DIR "/home/linaro/Desktop/emc2-2.4.3/tcl"
| #define EMC2_HELP_DIR "/home/linaro/Desktop/emc2-2.4.3/docs/help"
| #define EMC2_RTLIB_DIR "/home/linaro/Desktop/emc2-2.4.3/rtlib"
| #define EMC2_LANG_DIR "/home/linaro/Desktop/emc2-2.4.3/src/objects"
| #define EMC2_PO_DIR "/home/linaro/Desktop/emc2-2.4.3/share/locale"
| #define EMC2_CONFIG_DIR ""
| #define EMC2_NCFILES_DIR "/home/linaro/Desktop/emc2-2.4.3/nc_files"
| #define EMC2_IMAGE_DIR "/home/linaro/Desktop/emc2-2.4.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SEMTIMEDOP 1
| /* end confdefs.h. */
| /* Define __sincos to an innocuous variant, in case <limits.h> declares __sincos.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __sincos innocuous___sincos
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __sincos (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef __sincos
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __sincos ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub___sincos || defined __stub_____sincos
| choke me
| #endif
|
| int
| main ()
| {
| return __sincos ();
| ;
| return 0;
| }
configure:5963: result: no
configure:5983: checking for tcl
configure:6085: result: /usr/lib/tcl8.5/tclConfig.sh found
configure:6092: checking for tk
configure:6199: result: /usr/lib/tk8.5/tkConfig.sh found
configure:6228: checking for BWidget using /usr/bin/tclsh8.5
configure:6231: result: found
configure:6256: checking for X
configure:6364: gcc -E conftest.c
configure:6364: $? = 0
configure:6395: gcc -o conftest -g -O2 conftest.c -lX11 >&5
configure:6395: $? = 0
configure:6445: result: libraries , headers
configure:6544: gcc -o conftest -g -O2 conftest.c -lX11 >&5
configure:6544: $? = 0
configure:6642: checking for gethostbyname
configure:6642: gcc -o conftest -g -O2 conftest.c >&5
configure:6642: $? = 0
configure:6642: result: yes
configure:6739: checking for connect
configure:6739: gcc -o conftest -g -O2 conftest.c >&5
configure:6739: $? = 0
configure:6739: result: yes
configure:6788: checking for remove
configure:6788: gcc -o conftest -g -O2 conftest.c >&5
configure:6788: $? = 0
configure:6788: result: yes
configure:6837: checking for shmat
configure:6837: gcc -o conftest -g -O2 conftest.c >&5
configure:6837: $? = 0
configure:6837: result: yes
configure:6895: checking for IceConnectionNumber in -lICE
configure:6920: gcc -o conftest -g -O2 conftest.c -lICE >&5
configure:6920: $? = 0
configure:6929: result: yes
configure:6955: checking for X11/Xaw/XawInit.h
configure:6955: gcc -c -g -O2 conftest.c >&5
configure:6955: $? = 0
configure:6955: result: yes
configure:6970: checking for XawDialogGetValueString in -lXaw
configure:6995: gcc -o conftest -g -O2 -lSM -lICE conftest.c -lXaw >&5
configure:6995: $? = 0
configure:7004: result: yes
configure:7037: checking readline/readline.h usability
configure:7037: gcc -c -g -O2 conftest.c >&5
configure:7037: $? = 0
configure:7037: result: yes
configure:7037: checking readline/readline.h presence
configure:7037: gcc -E conftest.c
configure:7037: $? = 0
configure:7037: result: yes
configure:7037: checking for readline/readline.h
configure:7037: result: yes
configure:7051: checking readline/history.h usability
configure:7051: gcc -c -g -O2 conftest.c >&5
configure:7051: $? = 0
configure:7051: result: yes
configure:7051: checking readline/history.h presence
configure:7051: gcc -E conftest.c
configure:7051: $? = 0
configure:7051: result: yes
configure:7051: checking for readline/history.h
configure:7051: result: yes
configure:7065: checking for readline in -lreadline
configure:7090: gcc -o conftest -g -O2 conftest.c -lreadline >&5
configure:7090: $? = 0
configure:7099: result: yes
configure:7107: checking for readline in -lreadline
configure:7132: gcc -o conftest -g -O2 conftest.c -lreadline -ltermcap >&5
configure:7132: $? = 0
configure:7141: result: yes
configure:7174: checking ncurses.h usability
configure:7174: gcc -c -g -O2 conftest.c >&5
configure:7174: $? = 0
configure:7174: result: yes
configure:7174: checking ncurses.h presence
configure:7174: gcc -E conftest.c
configure:7174: $? = 0
configure:7174: result: yes
configure:7174: checking for ncurses.h
configure:7174: result: yes
configure:7187: checking for initscr in -lncurses
configure:7212: gcc -o conftest -g -O2 conftest.c -lncurses >&5
configure:7212: $? = 0
configure:7221: result: yes
configure:7266: checking locale.h usability
configure:7266: gcc -c -g -O2 conftest.c >&5
configure:7266: $? = 0
configure:7266: result: yes
configure:7266: checking locale.h presence
configure:7266: gcc -E conftest.c
configure:7266: $? = 0
configure:7266: result: yes
configure:7266: checking for locale.h
configure:7266: result: yes
configure:7278: checking for setlocale
configure:7278: gcc -o conftest -g -O2 conftest.c -lncurses >&5
configure:7278: $? = 0
configure:7278: result: yes
configure:7295: checking libintl.h usability
configure:7295: gcc -c -g -O2 conftest.c >&5
configure:7295: $? = 0
configure:7295: result: yes
configure:7295: checking libintl.h presence
configure:7295: gcc -E conftest.c
configure:7295: $? = 0
configure:7295: result: yes
configure:7295: checking for libintl.h
configure:7295: result: yes
configure:7305: checking for gettext in -lintl
configure:7330: gcc -o conftest -g -O2 conftest.c -lintl -lncurses >&5
conftest.c:43:6: warning: conflicting types for built-in function 'gettext' [enabled by default]
/usr/bin/ld: cannot find -lintl
collect2: ld returned 1 exit status
configure:7330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "EMC2"
| #define PACKAGE_TARNAME "emc2"
| #define PACKAGE_VERSION "2.4.3"
| #define PACKAGE_STRING "EMC2 2.4.3"
| #define PACKAGE_BUGREPORT "This email address is being protected from spambots. You need JavaScript enabled to view it."
| #define PACKAGE_URL ""
| #define RTAPI_SIM /**/
| #define MODULE_EXT ".so"
| #define EMC2_DEFAULT_NMLFILE "/home/linaro/Desktop/emc2-2.4.3/configs/common/emc.nml"
| #define EMC2_DEFAULT_TOOLTABLE "/home/linaro/Desktop/emc2-2.4.3/configs/sim/sim.tbl"
| #define EMC2_HOME "/home/linaro/Desktop/emc2-2.4.3"
| #define EMC2_BIN_DIR "/home/linaro/Desktop/emc2-2.4.3/bin"
| #define EMC2_TCL_DIR "/home/linaro/Desktop/emc2-2.4.3/tcl"
| #define EMC2_HELP_DIR "/home/linaro/Desktop/emc2-2.4.3/docs/help"
| #define EMC2_RTLIB_DIR "/home/linaro/Desktop/emc2-2.4.3/rtlib"
| #define EMC2_LANG_DIR "/home/linaro/Desktop/emc2-2.4.3/src/objects"
| #define EMC2_PO_DIR "/home/linaro/Desktop/emc2-2.4.3/share/locale"
| #define EMC2_CONFIG_DIR ""
| #define EMC2_NCFILES_DIR "/home/linaro/Desktop/emc2-2.4.3/nc_files"
| #define EMC2_IMAGE_DIR "/home/linaro/Desktop/emc2-2.4.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SEMTIMEDOP 1
| #define HAVE_X11_XAW_XAWINIT_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_READLINE /**/
| #define HAVE_NCURSES_H 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LIBINTL_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gettext ();
| int
| main ()
| {
| return gettext ();
| ;
| return 0;
| }
configure:7339: result: no
configure:7382: checking for xgettext
configure:7400: found /usr/bin/xgettext
configure:7413: result: /usr/bin/xgettext
configure:7425: checking for xgettext tcl bug
configure:7433: result: xgettext version 0.18.1 OK
configure:7445: checking for msgfmt
configure:7463: found /usr/bin/msgfmt
configure:7476: result: /usr/bin/msgfmt
configure:7487: checking for --tcl support in msgfmt
configure:7490: result: yes
configure:7498: checking for Python support
configure:7515: result: yes
configure:7523: checking python version
configure:7529: result: OK
configure:7532: checking match between tk and Tkinter versions
configure:7549: result: 8.5
configure:7552: checking location of Python header files
configure:7555: result: /usr/include/python2.7
configure:7559: checking /usr/include/python2.7/Python.h usability
configure:7559: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/python2.7/Python.h:8:0,
from conftest.c:69:
/usr/include/python2.7/pyconfig.h:1161:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:215:0: note: this is the location of the previous definition
configure:7559: $? = 0
configure:7559: result: yes
configure:7559: checking /usr/include/python2.7/Python.h presence
configure:7559: gcc -E conftest.c
configure:7559: $? = 0
configure:7559: result: yes
configure:7559: checking for /usr/include/python2.7/Python.h
configure:7559: result: yes
configure:7568: checking for site-package location
configure:7571: result: /usr/lib/python2.7/dist-packages
configure:7577: checking GL/gl.h usability
configure:7577: gcc -c -g -O2 conftest.c >&5
configure:7577: $? = 0
configure:7577: result: yes
configure:7577: checking GL/gl.h presence
configure:7577: gcc -E conftest.c
configure:7577: $? = 0
configure:7577: result: yes
configure:7577: checking for GL/gl.h
configure:7577: result: yes
configure:7577: checking GL/glu.h usability
configure:7577: gcc -c -g -O2 conftest.c >&5
configure:7577: $? = 0
configure:7577: result: yes
configure:7577: checking GL/glu.h presence
configure:7577: gcc -E conftest.c
configure:7577: $? = 0
configure:7577: result: yes
configure:7577: checking for GL/glu.h
configure:7577: result: yes
configure:7590: checking for glBegin in -lGL
configure:7615: gcc -o conftest -g -O2 conftest.c -lGL -lXaw >&5
configure:7615: $? = 0
configure:7624: result: yes
configure:7638: checking for working GLU quadrics
configure:7654: gcc -c -g -O2 conftest.c >&5
configure:7654: $? = 0
configure:7655: result: yes
configure:7821: creating ./config.status

##
##
## Running config.status. ##
##
##

This file was extended by EMC2 config.status 2.4.3, which was
generated by GNU Autoconf 2.68. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status

on linaro-ubuntu-desktop

config.status:981: creating ../scripts/rtapi.conf
config.status:981: creating ../docs/man/man1/emc.1
config.status:981: creating ../scripts/emc
config.status:981: creating ../scripts/halrun
config.status:981: creating ../scripts/emc-environment
config.status:981: creating ../scripts/haltcl
config.status:981: creating ../scripts/realtime
config.status:981: creating Makefile.inc
config.status:981: creating Makefile.modinc
config.status:981: creating ../tcl/emc.tcl
config.status:981: creating ../lib/python/nf.py
config.status:981: creating ../scripts/emcmkdesktop
config.status:981: creating ../share/applications/emc-latency.desktop
config.status:981: creating ../share/applications/emc.desktop
config.status:981: creating ../share/desktop-directories/cnc.directory
config.status:981: creating ../share/menus/CNC.menu
config.status:981: creating config.h
config.status:1151: config.h is unchanged

##
##
## Cache variables. ##
##
##

ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___sincos=no
ac_cv_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_remove=yes
ac_cv_func_semtimedop=yes
ac_cv_func_setlocale=yes
ac_cv_func_shmat=yes
ac_cv_func_sincos=no
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
ac_cv_header_GL_gl_h=yes
ac_cv_header_GL_glu_h=yes
ac_cv_header_X11_Xaw_XawInit_h=yes
ac_cv_header__usr_include_python2_7_Python_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_ncurses_h=yes
ac_cv_header_readline_history_h=yes
ac_cv_header_readline_readline_h=yes
ac_cv_header_stdc=yes
ac_cv_header_sys_wait_h=yes
ac_cv_lib_GL_glBegin=yes
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_Xaw_XawDialogGetValueString=yes
ac_cv_lib_intl_gettext=no
ac_cv_lib_ncurses_initscr=yes
ac_cv_objext=o
ac_cv_path_AR=/usr/bin/ar
ac_cv_path_AWK=/usr/bin/awk
ac_cv_path_EGREP=/bin/egrep
ac_cv_path_FUSER=/bin/fuser
ac_cv_path_GREP=/bin/grep
ac_cv_path_INSMOD=/sbin/insmod
ac_cv_path_INSTALL=/usr/bin/install
ac_cv_path_IPCS=/usr/bin/ipcs
ac_cv_path_KILL=/bin/kill
ac_cv_path_LSMOD=/sbin/lsmod
ac_cv_path_MANDB=/usr/bin/mandb
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_PIDOF=/bin/pidof
ac_cv_path_PS=/bin/ps
ac_cv_path_PTH_CONFIG=/usr/bin/pth-config
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_RMMOD=/sbin/rmmod
ac_cv_path_SED=/bin/sed
ac_cv_path_WHOAMI=/usr/bin/whoami
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes

##
##
## Output variables. ##
##
##

AR='/usr/bin/ar'
AUTODIRS=''
AWK='/usr/bin/awk'
BUILD_DOCS='no'
BUILD_DOCS_HTML=''
BUILD_DOCS_PDF=''
BUILD_PYTHON='yes'
BUILD_SYS='sim'
CC='gcc'
CFLAGS='-g -O2'
CONVERT=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
DATE='Wed Apr 15 03:18:10 UTC 2015'
DEFAULT_NMLFILE='/home/linaro/Desktop/emc2-2.4.3/configs/common/emc.nml'
DEFS='-DHAVE_CONFIG_H'
DVIPNG=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/egrep'
EMC2VERSION='2.4.3'
EMC2_BIN_DIR='/home/linaro/Desktop/emc2-2.4.3/bin'
EMC2_CONFIG_PATH='~/emc2/configs:/home/linaro/Desktop/emc2-2.4.3/configs'
EMC2_HELP_DIR='/home/linaro/Desktop/emc2-2.4.3/docs/help'
EMC2_HOME='/home/linaro/Desktop/emc2-2.4.3'
EMC2_ICON='/home/linaro/Desktop/emc2-2.4.3/emc2icon.png'
EMC2_IMAGE_DIR='/home/linaro/Desktop/emc2-2.4.3'
EMC2_LANG_DIR='/home/linaro/Desktop/emc2-2.4.3/src/objects'
EMC2_LATENCY_SCRIPT='/home/linaro/Desktop/emc2-2.4.3/scripts/latency-test'
EMC2_NCFILES_DIR='/home/linaro/Desktop/emc2-2.4.3/nc_files'
EMC2_RTLIB_DIR='/home/linaro/Desktop/emc2-2.4.3/rtlib'
EMC2_SCRIPT='/home/linaro/Desktop/emc2-2.4.3/scripts/emc'
EMC2_SUFFIX=' (run-in-place)'
EMC2_TCL_DIR='/home/linaro/Desktop/emc2-2.4.3/tcl'
EMC2_TCL_LIB_DIR='/home/linaro/Desktop/emc2-2.4.3/tcl'
EPSTOPDF=''
EXEEXT=''
EXT_RTFLAGS=''
FUSER='/bin/fuser'
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabi/glib-2.0/include '
GLIB_LIBS='-lglib-2.0 '
GREP='/bin/grep'
GS=''
GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/arm-linux-gnueabi/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabi/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabi/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib/arm-linux-gnueabi/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomeprint-2.2 '
GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -pthread -lgnomeprintui-2-2 -lgnomeprint-2-2 -lz -lgnomecanvas-2 -lgmodule-2.0 -lrt -lxml2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 '
GTK_VER='2.24.10'
HAVE_GNOMEPRINT='yes'
HAVE_LIBINTL=''
HAVE_LIBINTL_H=''
HAVE_LOCALE_H=''
HAVE_NCURSES='yes'
HAVE_READLINE='yes'
HAVE_XAW='yes'
INCLUDEPY='/usr/include/python2.7'
INSMOD='/home/linaro/Desktop/emc2-2.4.3/bin/emc_module_helper insert'
INSTALL='/usr/bin/install'
IPCS='/usr/bin/ipcs'
KERNELDIR=''
KERNEL_VERS=''
KILL='/bin/kill'
LANGUAGES=''
LDFLAGS=''
LIBOBJS=''
LIBS='-lGL -lXaw '
LOCALEDIR='/usr/share/locale'
LSMOD='/sbin/lsmod'
LTLIBOBJS=''
LYX=''
LYXQT=''
MANDB='/usr/bin/mandb'
MATHINC=''
MATHLIB=''
MODEXT='.so'
MODPATH_adeos=''
MODPATH_mbuff=''
MODPATH_rt_mem_mgr=''
MODPATH_rtai=''
MODPATH_rtai_fifos=''
MODPATH_rtai_hal=''
MODPATH_rtai_ksched=''
MODPATH_rtai_libm=''
MODPATH_rtai_math=''
MODPATH_rtai_sched=''
MODPATH_rtai_sem=''
MODPATH_rtai_shm=''
MODPATH_rtl=''
MODPATH_rtl_fifo=''
MODPATH_rtl_posixio=''
MODPATH_rtl_sched=''
MODPATH_rtl_time=''
MODULE_DIR='/home/linaro/Desktop/emc2-2.4.3/lib/emc2/modules'
MSGFMT='/usr/bin/msgfmt'
NCURSES_LIBS='-lncurses'
OBJEXT='o'
PACKAGE='emc2'
PACKAGE_BUGREPORT='This email address is being protected from spambots. You need JavaScript enabled to view it.'
PACKAGE_NAME='EMC2'
PACKAGE_STRING='EMC2 2.4.3'
PACKAGE_TARNAME='emc2'
PACKAGE_URL=''
PACKAGE_VERSION='2.4.3'
PATH_SEPARATOR=':'
PDFLATEX=''
PIDOF='/bin/pidof'
PS='/bin/ps'
PTH_CONFIG='/usr/bin/pth-config'
PYTHON='/usr/bin/python'
RANLIB='ranlib'
READLINE_LIBS='-lreadline'
REALTIME='/home/linaro/Desktop/emc2-2.4.3/scripts/realtime'
RIP_MODULE_DIR='/home/linaro/Desktop/emc2-2.4.3/rtlib'
RMMOD='/home/linaro/Desktop/emc2-2.4.3/bin/emc_module_helper remove'
RTAI3_MOD=''
RTAI=''
RTAI_MOD=''
RTARCH='armv7l'
RTDIR='/home/linaro/Desktop/emc2-2.4.3/src'
RTFLAGS='-DSIMULATOR'
RTLINUX=''
RTLINUXPRO=''
RTL_MOD=''
RTNAME=''
RTPREFIX='sim'
RUN_IN_PLACE='yes'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SIMULATOR='yes'
SITEPY='/usr/lib/python2.7/dist-packages'
TCLSH='/usr/bin/tclsh8.5'
TCL_CFLAGS='-I/usr/include/tcl8.5 -DUSE_TCL_STUBS'
TCL_DBGX=''
TCL_LIBS='-L/usr/lib -ltclstub8.5'
TK_CFLAGS='-I/usr/include/tcl8.5 '
TK_DBGX=''
TK_LIBS='-lX11 -lXss -lXext -lXft -lfontconfig -lpthread -ldl -lpthread -lieee -lm -L/usr/lib -ltk8.5'
USE_LIBM=''
USE_NLS='yes'
USE_RTLIBM=''
USE_STUBS=''
WHOAMI='/usr/bin/whoami'
WISH='/usr/bin/wish8.5'
XAW_LIBS=' -lSM -lICE -lX11 -lXaw'
XGETTEXT='/usr/bin/xgettext'
XMKMF=''
XSLTPROC=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/linaro/Desktop/emc2-2.4.3'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

##
##
## confdefs.h. ##
##
##

/* confdefs.h */
#define PACKAGE_NAME "EMC2"
#define PACKAGE_TARNAME "emc2"
#define PACKAGE_VERSION "2.4.3"
#define PACKAGE_STRING "EMC2 2.4.3"
#define PACKAGE_BUGREPORT "This email address is being protected from spambots. You need JavaScript enabled to view it."
#define PACKAGE_URL ""
#define RTAPI_SIM /**/
#define MODULE_EXT ".so"
#define EMC2_DEFAULT_NMLFILE "/home/linaro/Desktop/emc2-2.4.3/configs/common/emc.nml"
#define EMC2_DEFAULT_TOOLTABLE "/home/linaro/Desktop/emc2-2.4.3/configs/sim/sim.tbl"
#define EMC2_HOME "/home/linaro/Desktop/emc2-2.4.3"
#define EMC2_BIN_DIR "/home/linaro/Desktop/emc2-2.4.3/bin"
#define EMC2_TCL_DIR "/home/linaro/Desktop/emc2-2.4.3/tcl"
#define EMC2_HELP_DIR "/home/linaro/Desktop/emc2-2.4.3/docs/help"
#define EMC2_RTLIB_DIR "/home/linaro/Desktop/emc2-2.4.3/rtlib"
#define EMC2_LANG_DIR "/home/linaro/Desktop/emc2-2.4.3/src/objects"
#define EMC2_PO_DIR "/home/linaro/Desktop/emc2-2.4.3/share/locale"
#define EMC2_CONFIG_DIR ""
#define EMC2_NCFILES_DIR "/home/linaro/Desktop/emc2-2.4.3/nc_files"
#define EMC2_IMAGE_DIR "/home/linaro/Desktop/emc2-2.4.3"
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SEMTIMEDOP 1
#define HAVE_X11_XAW_XAWINIT_H 1
#define HAVE_LIBXAW 1
#define HAVE_READLINE_READLINE_H 1
#define HAVE_READLINE_HISTORY_H 1
#define HAVE_READLINE /**/
#define HAVE_NCURSES_H 1
#define HAVE_LIBNCURSES 1
#define HAVE_LOCALE_H 1
#define HAVE_SETLOCALE 1
#define HAVE_LIBINTL_H 1
#define HAVE_GL_GL_H 1
#define HAVE_GL_GLU_H 1
#define HAVE_LIBGL 1

configure: exit 0

Please Log in or Create an account to join the conversation.

More
15 Apr 2015 14:25 #57817 by ArcEye
Replied by ArcEye on topic segment fault when ren emc2
Hi

Can you please just zip your config folder as requested.

Do not create a zipped file of all the files concatenated together, I have no intention of spending time cutting and pasting the different files back into individual files again.

regards

Please Log in or Create an account to join the conversation.

More
15 Apr 2015 15:09 #57818 by ArcEye
Replied by ArcEye on topic segment fault when ren emc2
At a very quick look through the confusion of concatenated files in the zip,

it appears you are trying to run a real config, which has 5axiskins, running 6 axes through a ppmc card to servos with PID loops, enables, encoders etc etc

and all this on a simulator build.

It is not going to happen

Please Log in or Create an account to join the conversation.

More
15 Apr 2015 15:53 #57819 by andypugh

the version i currently use is emc-2.4.3, and my boss required me do not update the version,


There is some confusion about the relationship between LinuxCNC and the Operating System.

It is generally safe to update LinuxCNC. Automatic OS updates will over-write the special real-time kernel and stop LinuxCNC running.

But, there is nothing particularly wrong with 2.4.3 and is worked well enough when it was current.
The following user(s) said Thank You: chenaichenluo

Please Log in or Create an account to join the conversation.

Time to create page: 0.181 seconds
Powered by Kunena Forum