Linking problem ...
25 Feb 2011 17:03 #7452
by pfrossard
Linking problem ... was created by pfrossard
Hello,
I'm using gcc 4.4.5 and EMC 2.4.6,
Impossible to link my program ... see below undefined function !
I'm using others functions without problem ... (sendProgramOpen(char *), sendProgramRun(int Line), sendProgramPause() ...)
Also, I searched these function in EMC tree structure without success ?!
undefined reference to `sendLoadToolTable(char*)'
undefined reference to `loadToolTable'
undefined reference to `sendMdiCmd(char*)'
undefined reference to `sendMdiCmd(char*)'
undefined reference to `taskMotionLine'
undefined reference to `taskMotionLine'
Have you an idea ?
Thanks.
I'm using gcc 4.4.5 and EMC 2.4.6,
Impossible to link my program ... see below undefined function !
I'm using others functions without problem ... (sendProgramOpen(char *), sendProgramRun(int Line), sendProgramPause() ...)
Also, I searched these function in EMC tree structure without success ?!
undefined reference to `sendLoadToolTable(char*)'
undefined reference to `loadToolTable'
undefined reference to `sendMdiCmd(char*)'
undefined reference to `sendMdiCmd(char*)'
undefined reference to `taskMotionLine'
undefined reference to `taskMotionLine'
Have you an idea ?
Thanks.
Please Log in or Create an account to join the conversation.
25 Feb 2011 17:44 #7453
by pfrossard
Replied by pfrossard on topic Re:Linking problem ...
Sorry !
I found the problem ... (const char *) instead of (char *) and cast problem ...
I found the problem ... (const char *) instead of (char *) and cast problem ...
Please Log in or Create an account to join the conversation.
Time to create page: 0.054 seconds