<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.8">
</HEAD>
<BODY>
Hi,<BR>
<BR>
  Well I have not used PCM or Frame buffering, but your error looks like<BR>
you have the framebuffer definition/ prototype, but no implementation.  Look<BR>
for where <TT>`framebuffer_on' is implemented and see if there is<BR>
an additional compile switch needed to build this in <BR>
for support.  Hope this helps.<BR>
<BR>
Dave</TT><BR>
<BR>
On Mon, 2004-07-19 at 08:13, Thomas Leidenfrost wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>Hello,


after using the config-file from the Advantech PCM-5823 and adding the 
option "HAVE_FRAMEBUFFER=1" in the config-file I got this Errormessage: 
(kernelpath set to systemkernel 2.6.7)

holodoc:/home/thomasle/Desktop/awb651 # make
gcc -x assembler-with-cpp -DASSEMBLY -E ... crt0.S > crt0.s
gcc ... -o crt0.o crt0.s
crt0.S: Assembler messages:
crt0.S:156: Warning: indirect jmp without `*'
gcc ... -o version.o /home/thomasle/freebios/src/lib/version.c
gcc ... -o mainboard.o 
/home/thomasle/freebios/src/mainboard/ics-d/awb651/mainboard.c
gcc ... -o irq_tables.o 
/home/thomasle/freebios/src/mainboard/ics-d/awb651/irq_tables.c
rm -f linuxbios.a
ar cr linuxbios.a  linuxbiosmain.o linuxpci.o newpci.o clog2.o printk.o 
serial_subr.o subr.o vsprintf.o memset.o memcpy.o memcmp.o malloc.o 
elfboot.o do_inflate.o delay.o compute_ip_checksum.o version.o 
keyboard.o mc146818rtc.o isa-dma.o ide.o boot.o linuxbios_table.o 
i386_subr.o params.o hardwaremain.o pirq_routing.o c_start.o cpuid.o 
delay_tsc.o northbridge.o southbridge.o superio_SMC_fdc37b72x.o 
nsuperio.o mainboard.o irq_tables.o
gcc -nostdlib -r -o linuxbios_c.o c_start.o  rom_fill_inbuf.o 
linuxbios.a /usr/lib/gcc-lib/i586-suse-linux/3.3.1/libgcc.a
perl -e 'foreach $var (split(" ", $ENV{VARIABLES})) { if ($ENV{$var} =~ 
m/^(0x[0-9a-fA-F]+|0[0-7]+|[0-9]+)$/) { print "$var = $ENV{$var};\n"; 
}}' > ldoptions
gcc -nostdlib -nostartfiles -static -o linuxbios_c -T 
/home/thomasle/freebios/src/config/linuxbios_c.ld linuxbios_c.o
linuxbios_c.o(.text+0xa56): In function `hardwaremain':
: undefined reference to `framebuffer_on'
collect2: ld returned 1 exit status
make: *** [linuxbios_c] Error 1


Can anyone give me a hint please? What did I wrong?


Thx, Tom

_______________________________________________
Linuxbios mailing list
Linuxbios@clustermatic.org</FONT>
<A HREF="http://www.clustermatic.org/mailman/listinfo/linuxbios"><U>http://www.clustermatic.org/mailman/listinfo/linuxbios</U></I></A></PRE>
</BLOCKQUOTE>
</BODY>
</HTML>