KurtJacobson / RF45-CNC

Documentation and CAD models for my ENCO RF45 CNC conversion
http://rf45-cnc.kcjengr.com
20 stars 8 forks source link

not work for linuxcnc 2.9 #2

Open cofhal opened 4 years ago

cofhal commented 4 years ago

I have tried to build linuxcnc but it always gives me the same error: checking for kernel version string ... gcc: error: /usr/src/linux-headers-3.16.0-9-rtai-amd64/include/linux/version.h : No such file or directory gcc: fatal error: no input files compilation terminated. configure: error: Kernel version string not found I have the version of linux headers 4.9.0-12-rt-amd64. I have linuxcnc 2.9 installed

ozzyrob commented 4 years ago

What options are you using for configure ?

Composed with my Crayons

On 6 Apr 2020, at 07:05, Francisco J. Hoyos notifications@github.com wrote:

I have tried to build linuxcnc but it always gives me the same error: checking for kernel version string ... gcc: error: /usr/src/linux-headers-3.16.0-9-rtai-amd64/include/linux/version.h : No such file or directory gcc: fatal error: no input files compilation terminated. configure: error: Kernel version string not found I have the version of linux headers 4.9.0-12-rt-amd64. I have linuxcnc 2.9 installed

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

cofhal commented 4 years ago

I really don't know how those options are used in configure.

Saludos

Francisco Javier Hoyos Arango Company: COFHAL Ingenieria S.A.S. Address: Kra. 21 # 33-14 Bogota D.C., Colombia Phone 571 2459743 FAX 571 2459743 Post Code: 111311 WEB WWW.cofhalingenieria.com Email: cofhal@gmail.com Alternative Email cofhaltda@cable.net.co Skype: pachochefrancisco Whatapp +57 3102079041 Wechat: franciscoCOFHAL

El dom., 5 abr. 2020, 16:29, Rob notifications@github.com escribió:

What options are you using for configure ?

Composed with my Crayons

On 6 Apr 2020, at 07:05, Francisco J. Hoyos notifications@github.com wrote:

I have tried to build linuxcnc but it always gives me the same error: checking for kernel version string ... gcc: error: /usr/src/linux-headers-3.16.0-9-rtai-amd64/include/linux/version.h : No such file or directory gcc: fatal error: no input files compilation terminated. configure: error: Kernel version string not found I have the version of linux headers 4.9.0-12-rt-amd64. I have linuxcnc 2.9 installed

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/KurtJacobson/RF45-CNC/issues/2#issuecomment-609487098, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIWCOBP2ABYKBDYYOSAEXVLRLDZ2ZANCNFSM4MBOM54Q .

KurtJacobson commented 4 years ago

@cofhal Are you trying to build the HAL components included in the LinuxCNC directory of this repo?

If so you will need to install the linuxcnc dev tools, then run halcompile --compile mpg.comp.

If you are trying to build LinuxCNC then you will probably get more help on the LinuxCNC forum or #linuxcnc IRC channel.