I Have a notebook 366 MHZ 128 RAM and 20GB HDD.
- tuco2009
- Topic Author
- Visitor
28 Apr 2010 20:05 #2740
by tuco2009
I Have a notebook 366 MHZ 128 RAM and 20GB HDD. was created by tuco2009
Please help
What minimal requirements to emc2_2?I Have a notebook 366 MHZ 128 RAM and 20GB HDD. On it it is installed ALT Linux 4.0 Desktop MICEGUI. Can I instal on it emc2_2.3.5? Thanks in advance.
What minimal requirements to emc2_2?I Have a notebook 366 MHZ 128 RAM and 20GB HDD. On it it is installed ALT Linux 4.0 Desktop MICEGUI. Can I instal on it emc2_2.3.5? Thanks in advance.
Please Log in or Create an account to join the conversation.
29 Apr 2010 10:35 #2749
by Rick G
Replied by Rick G on topic Re:I Have a notebook 366 MHZ 128 RAM and 20GB HDD.
Please Log in or Create an account to join the conversation.
- tuco2009
- Topic Author
- Visitor
01 May 2010 05:25 #2766
by tuco2009
Replied by tuco2009 on topic Re:I Have a notebook 366 MHZ 128 RAM and 20GB HDD.
Thanks for the answer. I have taken distribution Alt linux and have started to gather emc independently. At performance of make command has received the following error:
objects/hal/user_comps/modbus.o: In function `modbus_connect_rtu':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:948: undefined reference to `g_print'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:962: undefined reference to `g_print'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:1012: undefined reference to `g_print'
objects/hal/user_comps/modbus.o: In function `modbus_connect_tcp':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:1231: undefined reference to `g_print'
objects/hal/user_comps/modbus.o: In function `error_treat':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:135: undefined reference to `g_print'
objects/hal/user_comps/modbus.o:/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:279: more undefined references to `g_print' follow
objects/hal/user_comps/modbus.o: In function `check_crc16':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:437: undefined reference to `g_strdup_printf'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:441: undefined reference to `g_free'
objects/hal/user_comps/modbus.o: In function `receive_response':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:342: undefined reference to `g_print'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:352: undefined reference to `g_print'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:377: undefined reference to `g_print'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:396: undefined reference to `g_print'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:404: undefined reference to `g_print'
objects/hal/user_comps/modbus.o:/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:1277: more undefined references to `g_print' follow
objects/hal/user_comps/modbus.o: In function `modbus_response':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:537: undefined reference to `g_strdup_printf'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:541: undefined reference to `g_free'
objects/hal/user_comps/modbus.o: In function `preset_multiple_registers':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:847: undefined reference to `g_print'
objects/hal/user_comps/modbus.o: In function `force_multiple_coils':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:796: undefined reference to `g_print'
objects/hal/user_comps/modbus.o: In function `read_input_registers':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:684: undefined reference to `g_print'
objects/hal/user_comps/modbus.o: In function `read_holding_registers':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:665: undefined reference to `g_print'
What does it mean?
objects/hal/user_comps/modbus.o: In function `modbus_connect_rtu':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:948: undefined reference to `g_print'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:962: undefined reference to `g_print'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:1012: undefined reference to `g_print'
objects/hal/user_comps/modbus.o: In function `modbus_connect_tcp':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:1231: undefined reference to `g_print'
objects/hal/user_comps/modbus.o: In function `error_treat':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:135: undefined reference to `g_print'
objects/hal/user_comps/modbus.o:/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:279: more undefined references to `g_print' follow
objects/hal/user_comps/modbus.o: In function `check_crc16':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:437: undefined reference to `g_strdup_printf'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:441: undefined reference to `g_free'
objects/hal/user_comps/modbus.o: In function `receive_response':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:342: undefined reference to `g_print'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:352: undefined reference to `g_print'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:377: undefined reference to `g_print'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:396: undefined reference to `g_print'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:404: undefined reference to `g_print'
objects/hal/user_comps/modbus.o:/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:1277: more undefined references to `g_print' follow
objects/hal/user_comps/modbus.o: In function `modbus_response':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:537: undefined reference to `g_strdup_printf'
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:541: undefined reference to `g_free'
objects/hal/user_comps/modbus.o: In function `preset_multiple_registers':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:847: undefined reference to `g_print'
objects/hal/user_comps/modbus.o: In function `force_multiple_coils':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:796: undefined reference to `g_print'
objects/hal/user_comps/modbus.o: In function `read_input_registers':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:684: undefined reference to `g_print'
objects/hal/user_comps/modbus.o: In function `read_holding_registers':
/home/admin/LinuxCNC/emc2-2.3.5/src/hal/user_comps/modbus.c:665: undefined reference to `g_print'
What does it mean?
Please Log in or Create an account to join the conversation.
- chrisadam2
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
06 Sep 2010 09:58 - 06 Sep 2010 12:01 #3996
by chrisadam2
Replied by chrisadam2 on topic Re:I Have a notebook 366 MHZ 128 RAM and 20GB HDD.
The Following have been sold out. Dell D610 ... Toshiba 1800; 13" TFT LCD; Intel P-3 850 Mhz; 20 GB Hard Drive; DVD-ROM; Windows 2000; Wireless Wi-Fi ... IBM 600 Laptop / Notebook 13 " TFT LCD - Intel P-2 300 Mhz 128MB RAM 6GB Hard Drive - CD .... Type 2626-B0U - IBM Thinkpad 390E, Processor Celeron 366, 12.1" TFT .
Last edit: 06 Sep 2010 12:01 by BigJohnT. Reason: remove ad
Please Log in or Create an account to join the conversation.
06 Sep 2010 12:44 #4005
by Tim.G
Replied by Tim.G on topic Re:I Have a notebook 366 MHZ 128 RAM and 20GB HDD.
For what it is worth: I tried running EMC on a Dell D610 and regretted ever trying, it wasted a whole lot of my time with countless timing problems, most of which were never resolved.
Notebooks are terrible for precision timing.
Get yourself a desktop or low-end server, even an old one and you will stop kicking yourself.
Notebooks are terrible for precision timing.
Get yourself a desktop or low-end server, even an old one and you will stop kicking yourself.
Please Log in or Create an account to join the conversation.
Time to create page: 0.075 seconds