hrm a problem I can't find
/boot/vmlinuz.version.h
I only have
/boot/vmlinuz
I don't know how to make a virtual link and I can't find the source... where is it usually?
I am also reading the readme it suggests I do
How to build RedHat 7.x RPM packages:
TARGET : one of the linux softmodem targets(i.e opt-linux-pentium-mmx)
RPM_KERNELS : list of kernel versions to build(i.e "2.4.7-10 2.4.7-smp").
KERNEL_DIR : base directory for kernel header files. The header files for
kernel version xx.yy.zz are assumed to be located on
$(KERNEL_HEADERS_ROOT)xx.yy.zz/include
RPM_BUILD_ARCH : the build architecture used for rpm.
Normally set to i386 in config/config.oem.
DEVICE_NAME : the name of the module(i.e BCMSM)
VERSION_NUMBER : modem version number(i.e 3.4.19)
PACKAGE_VERSION : package version number. Normally set to 1 in config/config.oem. Should be
incremented when modem is repackaged and reset to 1 when building a package with a
different modem version number.
Source rpms are built by default. To build binary rpms from top level softmodem dir
execute the following command:
make <TARGET> RPM_KERNELS=<see above> KERNEL_DIR=<see above> [RPM_NAME=<...>] [RPM_BUILD_ARCH=<see above>]
This builds an rpm called
<DEVICE_NAME>-<VERSION_NUMBER>-<PACKAGE_VERSION>.<RPM_BUILD_ARCH>.rpm by default
or <RPM_NAME> if RPM_NAME is redefined. The source rpm is called
<DEVICE NAME>-<VERSION NUMBER>-<PACKAGE VERSION>.src.rpm. The binary rpm includes
the modem kernel modules compiled for the kernel versions specified in
RPM_KERNELS.
To build binary rpms using the Makefile in this directory replace <TARGET> with rpm.
and I just found out that I do not have a kernal source, where do I get that? and where to I get the rest of that info?
I am a big