Source-Changes-D archive

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

Re: CVS commit: src/sys/arch/evbarm/rpi



Hi.

On 2014/09/29 0:39, Michael Lorenz wrote:
> Module Name:	src
> Committed By:	macallan
> Date:		Sun Sep 28 15:39:36 UTC 2014
> 
> Modified Files:
> 	src/sys/arch/evbarm/rpi: rpi_machdep.c
> 
> Log Message:
> make global variables static
> also, make cursor test pattern red/green to highlight RGB vs. BGR
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.48 -r1.49 src/sys/arch/evbarm/rpi/rpi_machdep.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

Did you forget something?

--- kern-RPI ---
rpi_machdep.o: In function `rpi_device_register':
rpi_machdep.c:(.text+0x54c): undefined reference to `rpi_alloc_mem'
rpi_machdep.c:(.text+0x554): undefined reference to `rpi_lock_mem'
rpi_machdep.c:(.text+0x5a0): undefined reference to `rpi_fb_movecursor'
rpi_machdep.c:(.text+0x680): undefined reference to `rpi_fb_initcursor'
rpi_machdep.o: In function `rpi_ioctl':
rpi_machdep.c:(.text+0x8c8): undefined reference to `rpi_fb_movecursor'
rpi_machdep.c:(.text+0x8f4): undefined reference to `rpi_fb_set_video'
rpi_machdep.c:(.text+0xaa4): undefined reference to `rpi_fb_initcursor'
rpi_machdep.c:(.text+0xac4): undefined reference to `rpi_fb_movecursor'

-- 
-----------------------------------------------
                SAITOH Masanobu (msaitoh%execsw.org@localhost
                                 msaitoh%netbsd.org@localhost)


Home | Main Index | Thread Index | Old Index