Title: How to install 'make' and compile software? Post by: andyp on Monday 23 April 2012, 10:20:44 pm Hi all,
I'm trying to compile the software for my ADSL PCI card (see below link) but am experiencing problems because GNU make is not installed by default. sourceforge.net/projects/openadsl/ Please can someone tell me what I need to do to install a compiler? Thanks guys, Andy Title: Re: How to install 'make' and compile software? Post by: andyp on Thursday 26 April 2012, 11:56:24 pm Any ideas? Is it possible to compile your own driver? Maybe it can be done via the smart package manager? Cheers. Title: Re: How to install 'make' and compile software? Post by: andyp on Thursday 26 April 2012, 11:59:35 pm And I forgot to say, I'm using version 2.5.1.
Title: Re: How to install 'make' and compile software? Post by: andyp on Friday 27 April 2012, 01:30:41 am Hi,
Looks like I had a problem with my internet connection and so smart wasn't working. I have now successfully installed the following packages via smart: - binutils, glibc-kernheaders, glibc-headers and make. However, I tried to install gcc as well but received the following error: Code: Computing transaction... Is this something I need worry about? Also, I'm still unable to compile my driver: Code: root@efw-1335360852:~/solos/solos-pci-0.11 # make clean I would be grateful if someone could provide me with some insight or help with any of the above. Cheers. Title: Re: How to install 'make' and compile software? Post by: martman22 on Friday 27 April 2012, 11:02:56 pm A number of the development packages are not available through smart. You can install the needed rpms from a Centos 4.7 CD or DVD ( I don't think any repositories are still up for that version). You will need to use the "--nodep" option for glibc-devel though. You can also get the rpms from here:
h--p:/pkgs.org. Title: Re: How to install 'make' and compile software? Post by: andyp on Thursday 03 May 2012, 01:23:23 am Martman22,
Thanks for your reply. I was not able to get glibc-devel via pkgs.org. I think because the website itself uses the Centos mirrors. Centos have moved 4.x to the vault - I had to get it from here: vault.centos.org/4.7/os/i386/ I installed it with: Code: rpm -i --nodeps glibc-devel-2.3.4-2.41.i386.rpm I was then able to install gcc via smart: Code: smart install gcc This installed successfully and it also automatically installed cpp. I have rebooted and made sure everything is up-to-date with.... Code: smart upgrade ... and everything seems fine. However, I am still receiving the following error when I try to run 'make clean': Code: root@efw-1335960976:~/solos-driver/solos-pci-1.03 # make clean What's up with this? Why does '/lib/modules/2.6.32.43-57.e43.i586/build' not exist? Code: root@efw-1335960976:~/solos-driver/solos-pci-1.03 # ls -la /lib/modules/2.6.32.43-57.e43.i586/build Please help! Many thanks, Andy Title: Re: How to install 'make' and compile software? Post by: andyp on Thursday 03 May 2012, 02:41:56 am Also, every time I reboot and run 'smart upgrade' I get the following:
Code: root@efw-1335960976:~ # smart upgrade Why is it trying to upgrade AND downgrade the same package? Cheers, Andy |