LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Ti 89 Graph Link Driver: tiglusb-1.04 Install Problems (https://www.linuxquestions.org/questions/linux-software-2/ti-89-graph-link-driver-tiglusb-1-04-install-problems-77994/)

kenemike 08-01-2003 08:23 AM

Ti 89 Graph Link Driver: tiglusb-1.04 Install Problems
 
I have a ti-89 and would like to be able to use it with my Linux box so I downloaded tiglusb-1.04 The web site says that 1.06 is available but when I follwed the link I got 1.04, but that is not the issue at hand.

On my system cat /proc/version produces the following info...

Linux version 2.4.20-19.9 (bhcompile@stripples.devel.redhat.com) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Tue Jul 15 17:18:13 EDT 2003

In .../tilusb-1.04 I did...
$ make clean
rm -f Rules.make arch tiglusb.o
rm -f *.o core *~ \#* out.log
rm -f .tiglusb*

and next...

$ make
cp -pf /usr/src/linux-2.4.20-19.9/Rules.make .
rm -f arch
ln -s /usr/src/linux-2.4.20-19.9/arch .
make -f Makefile.tiglusb KDIR=/usr/src/linux-2.4.20-19.9
make[1]: Entering directory `/home/kenemike/downloads/tiglusb-1.04'
Makefile.tiglusb:11: /usr/src/linux-2.4.20-19.9/.config: No such file or directory
make[1]: *** No rule to make target `/usr/src/linux-2.4.20-19.9/.config'. Stop.
make[1]: Leaving directory `/home/kenemike/downloads/tiglusb-1.04'
make: *** [tiglusb.o] Error 2


Note: I edited .../tilusb-1.04/makefile/

KDIR := /usr/src/linux-2.4.20-19.9

as instructed in README.

Please advise.

kenemike 08-01-2003 08:42 AM

Never mind... I had to do....

make xconfig in my kernal source directory

Cheers!


All times are GMT -5. The time now is 10:16 AM.