Re[2]: I had a problem during the compiling setp!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



There seems to be no error.

'make clean' and run 'touch' on all the sources in that directory:

find . -name "*" -exec touch {} \;

Then make it again.

-- 
WBR, Nikolay Zhuravlev

-----Original Message-----

> 
> No luck, I got errors:
> 
> aj@aj-desktop:~$ cd ./Desktop/agr
> agr/            agrsm-20090418/ 
> aj@aj-desktop:~$ cd ./Desktop/agrsm-20090418/
> aj@aj-desktop:~/Desktop/agrsm-20090418$ make clean
> make: Warning: File `Makefile' has modification time 2.3e+08 s in the future
> rm -fR agrsoftmodem.o serial26.o \
> 	*.ko *.mod.* \
> 	agrmodem.o agrserial.o serial26.o lib.o \
> 	agrmodem.{o,ko,mod.{c,o}} \
> 	agrserial.{o,ko,mod.{c,o}} \
> 	Module.* modules.order \
> 	.*.cmd .tmp_versions
> make: warning:  Clock skew detected.  Your build may be incomplete.
> aj@aj-desktop:~/Desktop/agrsm-20090418$ make all
> make: Warning: File `Makefile' has modification time 2.3e+08 s in the future
> make -C /lib/modules/2.6.27-7-generic/build SUBDIRS=/home/aj/Desktop/agrsm-20090418 modules
> make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic'
> make[1]: Warning: File `/usr/src/linux-headers-2.6.27-7-generic/arch/x86/Makefile_32.cpu' has modification time 2.1e+08 s in the future
> make[2]: Warning: File `scripts/Makefile.lib' has modification time 2.1e+08 s in the future
>   CC [M]  /home/aj/Desktop/agrsm-20090418/agrsoftmodem.o
>   CC [M]  /home/aj/Desktop/agrsm-20090418/lib.o
>   CC [M]  /home/aj/Desktop/agrsm-20090418/serial26.o
> /home/aj/Desktop/agrsm-20090418/serial26.c: In function  serial8250_get_mctrl':
> /home/aj/Desktop/agrsm-20090418/serial26.c:1371: warning: unused variable  flags'
> /home/aj/Desktop/agrsm-20090418/serial26.c: In function  serial8250_config_port':
> /home/aj/Desktop/agrsm-20090418/serial26.c:2039: warning: unused variable  ret'
> /home/aj/Desktop/agrsm-20090418/serial26.c: At top level:
> /home/aj/Desktop/agrsm-20090418/serial26.c:2131: warning: initialization from incompatible pointer type
> /home/aj/Desktop/agrsm-20090418/serial26.c:2132: warning: initialization from incompatible pointer type
> /home/aj/Desktop/agrsm-20090418/serial26.c:1922: warning:  serial8250_request_rsa_resource' defined but not used
>   LD [M]  /home/aj/Desktop/agrsm-20090418/agrmodem.o
>   LD [M]  /home/aj/Desktop/agrsm-20090418/agrserial.o
> make[2]: warning:  Clock skew detected.  Your build may be incomplete.
>   Building modules, stage 2.
> make[2]: Warning: File `scripts/Makefile.lib' has modification time 2.1e+08 s in the future
>   MODPOST 2 modules
> WARNING: could not find /home/aj/Desktop/agrsm-20090418/.agrsm_core.o.cmd for /home/aj/Desktop/agrsm-20090418/agrsm_core.o
> WARNING: modpost: Found 3 section mismatch(es).
> To see full details build your kernel with:
> 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
>   CC      /home/aj/Desktop/agrsm-20090418/agrmodem.mod.o
>   LD [M]  /home/aj/Desktop/agrsm-20090418/agrmodem.ko
>   CC      /home/aj/Desktop/agrsm-20090418/agrserial.mod.o
>   LD [M]  /home/aj/Desktop/agrsm-20090418/agrserial.ko
> make[2]: warning:  Clock skew detected.  Your build may be incomplete.
> make[1]: warning:  Clock skew detected.  Your build may be incomplete.
> make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic'
> make: warning:  Clock skew detected.  Your build may be incomplete.
> aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo make install
> [sudo] password for aj: 
> make: Warning: File `Makefile' has modification time 2.3e+08 s in the future
> make -C /lib/modules/2.6.27-7-generic/build M="/home/aj/Desktop/agrsm-20090418" modules_install
> make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic'
> make[1]: Warning: File `/usr/src/linux-headers-2.6.27-7-generic/arch/x86/Makefile_32.cpu' has modification time 2.1e+08 s in the future
> make[2]: Warning: File `scripts/Kbuild.include' has modification time 2.1e+08 s in the future
>   INSTALL /home/aj/Desktop/agrsm-20090418/agrmodem.ko
>   INSTALL /home/aj/Desktop/agrsm-20090418/agrserial.ko
> make[2]: warning:  Clock skew detected.  Your build may be incomplete.
>   DEPMOD  2.6.27-7-generic
> make[1]: warning:  Clock skew detected.  Your build may be incomplete.
> make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic'
> if ! /sbin/modprobe -nq agrmodem.ko ; then /sbin/depmod -a; fi
> make: warning:  Clock skew detected.  Your build may be incomplete.
> aj@aj-desktop:~/Desktop/agrsm-20090418$ 
> 
> 
> 
> 
> 
> 
> 
> 
> --- On Mon, 6/1/09, Antonio Olivares <olivares14031@xxxxxxxxx> wrote:
> 
> > From: Antonio Olivares <olivares14031@xxxxxxxxx>
> > Subject: Re: I had a problem during the compiling setp!
> > To: "Rocky Rock" <xubuntu@xxxxxxxxx>
> > Cc: discuss@xxxxxxxxxxxxx, marvin.stodolsky@xxxxxxxxx
> > Date: Monday, June 1, 2009, 12:11 PM
> > instead of running make install,
> > 
> > run first
> > $ make clean
> > $ make all
> > $ sudo make install
> > 
> > If something does not work, please report back.
> > 
> > Regards,
> > 
> > Antonio
> > 
> > On Mon, Jun 1, 2009 at 6:07 AM, Rocky Rock <xubuntu@xxxxxxxxx>
> > wrote:
> > >
> > > Hi guys, I sent you the ModemData.txt file in a
> > previous mail.
> > >
> > > Look what I did and please check the error I got
> > during the compiling step:
> > >
> > > 1- I downloaded agrsm-20090418.tar.gz
> > > 2- Unpack it
> > > 3- I opened the terminal and browsed to agrsm-20090418
> > directory
> > > 4- Then I wrote this command: sudo make install
> > >
> > > then I got this error:
> > >
> > > aj@aj-desktop:~$ cd ./Desktop/agrsm-20090418/
> > > aj@aj-desktop:~/Desktop/agrsm-20090418$ sudo make
> > install
> > > [sudo] password for aj:
> > > make: Warning: File `Makefile' has modification time
> > 2.3e+08 s in the future
> > > make -C /lib/modules/2.6.27-7-generic/build
> > M="/home/aj/Desktop/agrsm-20090418" modules_install
> > > make[1]: Entering directory
> > `/usr/src/linux-headers-2.6.27-7-generic'
> > > make[1]: Warning: File
> > `/usr/src/linux-headers-2.6.27-7-generic/arch/x86/Makefile_32.cpu'
> > has modification time 2.1e+08 s in the future
> > > make[2]: Warning: File `scripts/Kbuild.include' has
> > modification time 2.1e+08 s in the future
> > > ?INSTALL /home/aj/Desktop/agrsm-20090418/agrmodem.ko
> > > ?INSTALL
> > /home/aj/Desktop/agrsm-20090418/agrserial.ko
> > > make[2]: warning: ?Clock skew detected. ?Your build
> > may be incomplete.
> > > ?DEPMOD ?2.6.27-7-generic
> > > make[1]: warning: ?Clock skew detected. ?Your build
> > may be incomplete.
> > > make[1]: Leaving directory
> > `/usr/src/linux-headers-2.6.27-7-generic'
> > > if ! /sbin/modprobe -nq agrmodem.ko ; then
> > /sbin/depmod -a; fi
> > > make: warning: ?Clock skew detected. ?Your build may
> > be incomplete.
> > > aj@aj-desktop:~/Desktop/agrsm-20090418$
> > >
> > > Please tell me if I did anything wrong or I missed
> > some steps. Also please tell me if there are any errors that
> > I might encounter after this error.
> > >
> > > All the best.
> > >
> > >
> > >
> > >
> > >
> > 
> 
> 
> 
> 


[Index of Archives]     [Linux Media Development]     [Asterisk]     [DCCP]     [Netdev]     [X.org]     [Xfree86]     [Fedora Women]     [Linux USB]

  Powered by Linux