[ELDK] How to compile sqlite?

Wolfgang Denk wd at denx.de
Wed Dec 1 13:30:06 CET 2010


Dear Michael Steiger,

In message <4CF62A1D.30009 at infoworks.at> you wrote:
> 
> After unpacking all this I can see that the included 
> configure/configure.ac/Makefile.in/... are different than the current 
> sqlite ones.
> Is this a modification done by you (ELDK team)?

You can check this by looking at the setup of the build environment in
the git repository, see http://git.denx.de/?p=eldk/build.git;a=summary

For example, the patches used to build the target "rpm" package can be
found here:
http://git.denx.de/?p=eldk/build.git;a=tree;f=target_rpms/rpm/SOURCES

But I don't think that it makes sense to compare any files in the ELDK
SRPMs against files from _recent_ versions of the code.  If you want
to see what has been changed for cross buiolding, you have to compare
against the original versions of the code that was used to build the
ELDK.  And you must not only check the patches, but also the spec
files which usually have to be modified more or less heavily.

> I already know that but this does not help when trying to cross-compile 
> a plain source package instead of an ELDK-supplied source RPM.

Indeed.  Cross building has never been an easy or straightforward job.
It will always take at least three times the estimated time.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Everything should be made as simple as possible, but not simpler."
                                                    - Albert Einstein


More information about the eldk mailing list