gm2
[Top][All Lists]
Advanced

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

Re: [Gm2] Latest cvs checkin's


From: Gaius Mulley
Subject: Re: [Gm2] Latest cvs checkin's
Date: Mon, 20 Jan 2003 09:06:00 +0000

Hi Iztok,

> gm2-libs-boot/SysStorage.o: In function `SysStorage_DEALLOCATE':
> /home/iztok/c/build/gcc-host/gcc/gm2/gm2-libs-boot/SysStorage.c:50: 
> undefined reference to `libc_cfree'
> gm2-libs-boot/SysStorage.o: In function `SysStorage_Available':
> /home/iztok/c/build/gcc-host/gcc/gm2/gm2-libs-boot/SysStorage.c:63: 
> undefined reference to `libc_cfree'
> collect2: ld returned 1 exit status
> mv: cannot stat `a.out': No such file or directory
> make[3]: *** [gm2/ppg] Error 1
> make[3]: Leaving directory `/home/iztok/c/build/gcc-host/gcc'
> make[2]: *** [/home/iztok/c/build/gcc-host/gcc/gm2/gm2-auto/P2Build.mod] 
> Error 2

> Have I done something wrong ?

It looks as if the build process is using an old SysStorage.o file.
[Recently I've modified SysStorage to use free rather than cfree.]
You could try performing a `make clean ; make' to see whether this
clears the problem. The dependencies for all the sources has not been
included into the makefiles yet (an automated method via gm2m is
probably the answer). But for now it is probably safer to perform a
`make clean' before rebuilding gm2 after updating from cvs.

hope this fixes the problem..

Gaius



reply via email to

[Prev in Thread] Current Thread [Next in Thread]