News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu

build dongel (ramdisk too big)

Started by mentox, June 07, 2006, 20:22:22

Previous topic - Next topic

mentox

hi

i have setup up my dev-environment with the script under ubuntu ...


the first dongle build was successful .. but after i edit some c files comes a error ... ramdisk too big


jel@venus:~/vomp/dongle$ ./build
,,../client/vompclient" -> ,,fs/vompclient"
,,../client/other/vdr.jpg" -> ,,fs/vdr.jpg"
,,../client/other/wallpaperNTSC.jpg" -> ,,fs/wallpaperNTSC.jpg"
,,../client/other/wallpaperPAL.jpg" -> ,,fs/wallpaperPAL.jpg"
,,../lbox_border/lbox_border.o" -> ,,fs/lib/modules/2.4.17_mvl21-vdongle/misc/lbox_border.o"
Found vmlinux 00005b80
Store boot_loader 00000000 00005b80

Found ramdisk 000a7020
Store vmlinux 00005b80 000a7020

Found _end_ 001ad620
Store ramdisk 000a7020 001ad620

gunzip: ramdisk.gz: decompression OK, trailing garbage ignored
debugfs 1.38 (30-Jun-2005)
debugfs: dump /lib/modules/2.4.17_mvl21-vdongle/misc/av_core.o fs/lib/modules/2.4.17_mvl21-vdongle/misc/av_core.o
debugfs: dump /lib/modules/2.4.17_mvl21-vdongle/misc/gfx.o fs/lib/modules/2.4.17_mvl21-vdongle/misc/gfx.o
debugfs: dump /lib/modules/2.4.17_mvl21-vdongle/misc/ircombo.o fs/lib/modules/2.4.17_mvl21-vdongle/misc/ircombo.o
debugfs: dump /lib/modules/2.4.17_mvl21-vdongle/misc/os_core.o fs/lib/modules/2.4.17_mvl21-vdongle/misc/os_core.o
debugfs: dump /lib/modules/2.4.17_mvl21-vdongle/misc/osdfb.o fs/lib/modules/2.4.17_mvl21-vdongle/misc/osdfb.o
debugfs: dump /lib/modules/2.4.17_mvl21-vdongle/misc/xrmod.o fs/lib/modules/2.4.17_mvl21-vdongle/misc/xrmod.o
ERROR: ramdisk too big



anyone knows what i can do?

i have tried to delete the tmp dirs and files but no effect...

make clean && make in client i did, too.


please help ... :-)

mentox

Hi

the answere is .. i have forgot the make strip :-)

ok ...

now it works ... ;D

MarkC

It's usually easiest to use "make release" for a dongle client, unless you have a reason to want optimization switched off.