[okl4-developer] hello_world on gumstix
Kevin Lloyd
klloyd at sierrawireless.com
Fri Jul 18 02:00:47 EST 2008
Hi Geoffrey,
> > I modified the SConscript to include the CC parameter as you indicated and I am still having the same problem
> (syntax error when execute 'hello' while running on gumstix via skyeye). Any other suggestions?
> >
>
> It would appear that the hello program has not been rebuilt, because
> make indicates "Nothing to be done for all". One common problem is
> most make-based systems do not realize your compiler has changed and
> hence fails to rebuild the binary.
>
> The OKL4 build system allows one to conveniently build for multiple
> platforms and architectures by placing the build output files
> all into an object directory for the target platform. When you
> build with make, however, there may not exist an equivalent
> functionality in the Makefile to do so. Hence, please ensure that the
> hello program source directory has not been polluted with output
> files from the previous run.
Such a simple solution. Should have thought of that (I kept deleting the build directory, but didn't think of the original source directory).
Thanks for your help.
-Kevin
More information about the Developer
mailing list