Log in

Bekijk de volledige versie : Problem compiling firmware



matrix200
04-03-2012, 16:57
Hi all,

I am trying to compile a custom firmware (I want to add some stuff that I will be writing for access to usb serial for home automation).
The build server is centos 6.
I followed on all the steps from the custom firmware compilation tutorial from code.google.com
There was one problem regarding location of Kernel files which I fixed by adding another "linux" to path.
Now the compilation fails with the following message:
LPRng/010-gcc-warnings.patch
Can not apply LPRng/010-gcc-warnings.patch cleanly

Any ideas?

lly
04-03-2012, 17:43
Two choices:

You have to be more familiar with diff/patch utils
checkout stable build (add -r XXXX switch to svn cmdline)


P.S. Take a look at r3877

matrix200
04-03-2012, 18:36
Thanks for your help.
The firmware is compiling now.
There are lots of complaints about missing version information, I suppose I can ignore this right?