|
长话短说:
我在ubuntu5.10里编译usb-adsl驱动时,由于默认不装gcc的,我在不上网的情况下,apt-get install build-essential安装了gcc4.0可是却说编译内核的是gcc3.4.5:
warning: current gcc version is not the same as the one used to
compile the running kernel.
- current gcc version: 4.0.2
- gcc version used for kernel: 3.4.5
我决定不用gcc4.0重编内核了,太麻烦,我准备安装gcc3.4.5再编译usb-adsl的驱动
只是不知道需要在ubuntu网站上下哪几个包?
请各位指点一下,装gcc3.4.5需哪几个deb包?包在网站那个目录里?
或者哪位好人把具体步骤写一下,感激不尽!!! |
|