
18 Aug
2005
18 Aug
'05
9:54 p.m.
Matej Kupljen wrote:
Hi
How about if the config.mk runs a little test program, like configure does?
If you want to _run_ the test program you have to use the host compiler, which is not interesting. And when you use the cross compiler which you want to test then you cannot run the test program on the development host.
Right! My BIG mistake. Still searching and checking :-(
You can try http://www.scratchbox.org/
This should allow you to use autoconf style configuration (./configure) on embedded targets and cross compilation environment by either running the configuration script under a QEmu simulated environment, or by an actual target board connected to the host.
Udi