Die Suche ergab 6 Treffer

von AHoppe
30 Dez 2015, 19:24
Forum: Robo Pro / Computing / Software
Thema: ROBO LT controlle unter Linux mit libroboint
Antworten: 8
Zugriffe: 7690

Re: ROBO LT controlle unter Linux mit libroboint

Ja, den habe ich schon ausprobiert und für gut befunden, aber ich wollte eh in C einsteigen und da passt das jetzt ganz gut.

Viele Grüße und einen guten Rutsch ins Forum

Andreas
von AHoppe
27 Dez 2015, 11:11
Forum: Robo Pro / Computing / Software
Thema: ROBO LT controlle unter Linux mit libroboint
Antworten: 8
Zugriffe: 7690

Re: ROBO LT controlle unter Linux mit libroboint

Problem gelöst. Die Lösung habe ich hier gefunden: https://wiki.ubuntuusers.de/GCC

gcc wird wie folgt aufgerufen: gcc -o e1 example.c -lroboint

-lroboint also erst ganz hinten... Und jetzt klappts...

Danke an alle Helfer.

Viele Grüße

Andreas
von AHoppe
27 Dez 2015, 10:38
Forum: Robo Pro / Computing / Software
Thema: ROBO LT controlle unter Linux mit libroboint
Antworten: 8
Zugriffe: 7690

Re: ROBO LT controlle unter Linux mit libroboint

Also mit "alles platt machen und wieder neu installieren", egal ob über die Paketverwaltung oder händisch, wars nicht getan. Ich habe jetzt mal aus example.c eine ganze Menge auskommentiert und als "Hello World" umgeschrieben: /** @file */ #include <stdio.h> #include <usb.h> #include "roboint.h" /**...
von AHoppe
27 Dez 2015, 08:07
Forum: Robo Pro / Computing / Software
Thema: ROBO LT controlle unter Linux mit libroboint
Antworten: 8
Zugriffe: 7690

Re: ROBO LT controlle unter Linux mit libroboint

Hi Torsten, danke für den HInweis, aber leider macht mein gcc mit gcc -I/usr/local/include -L/usr/local/lib -lroboint -o e1 example.c immer noch: /tmp/ccjMpyr1.o: In Funktion `main': example.c:(.text+0x19): Nicht definierter Verweis auf `InitFtUsbDeviceList' example.c:(.text+0x1e): Nicht definierter...
von AHoppe
26 Dez 2015, 10:47
Forum: Robo Pro / Computing / Software
Thema: ROBO LT controlle unter Linux mit libroboint
Antworten: 8
Zugriffe: 7690

Re: ROBO LT controlle unter Linux mit libroboint

Thank you. I looked for the library files and found them in /usr/lib and /usr/local/lib: libroboint.so -> libroboint.so.0 -> libroboint.so.0.5.3 I tried the command gcc -L/usr/local/lib -I/usr/local/include -o e1 example.c with the same errors. I did not find any object-files. The command gcc -S -L/...
von AHoppe
25 Dez 2015, 20:34
Forum: Robo Pro / Computing / Software
Thema: ROBO LT controlle unter Linux mit libroboint
Antworten: 8
Zugriffe: 7690

ROBO LT controlle unter Linux mit libroboint

Hi liebes Forum, ich bin ein glücklicher Mann, weil ich zu Weihnachten von meiner Familie ein LT Beginner Set geschenkt bekommen habe. :-) Da ich aber nur einen Linux-Rechner (Ubuntu 14.04 LTS) mein eigen nenne, habe ich zwar die beigefügte Software in einer VM mit Win 7 ausprobiert, hat auch funkti...