[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] cross compilation, emedded platform
From: |
Dan |
Subject: |
Re: [Chicken-users] cross compilation, emedded platform |
Date: |
Thu, 6 Jul 2006 13:06:05 -0700 (PDT) |
> Very interesting! Basically, you should be able to
> build minimal chicken application by hand, provided
> youhave robustC compiler (it's not gcc, I suppose)
> of the required libc functions (see chicken.h: it
> various macros named "C_strcmp", etc. which can be
> overridden by a preprocesor macro and an additional
> header file). You also have to check the direction
> into which the stack grows.
That's what I figured. What I need now is a tool to
log every shell command that a Makefile issues
(including recursiveley called make's). That way I can
1) run make on a clean source,
2) record all the commands
3) create a sandbox where the name of the original
compiler, linker etc. call the cross-compiler tools.
This can be done using symlinks, wrappers, and chroot.
4) Execute the logged commands in the sandbox.
Any ideas how to get the log? "make -n" outputs
commands without executing them, but stops when
required files have not been "made" along the way as
the Makefile expects.
-- Dan
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
- [Chicken-users] Scheme testing suite, Brandon J. Van Every, 2006/07/03
- Re: [Chicken-users] Scheme testing suite, Dan, 2006/07/03
- [Chicken-users] cross compilation, emedded platform, Dan, 2006/07/03
- Re: [Chicken-users] cross compilation, emedded platform, Brandon J. Van Every, 2006/07/03
- Re: [Chicken-users] cross compilation, emedded platform, felix winkelmann, 2006/07/04
- Re: [Chicken-users] cross compilation, emedded platform,
Dan <=
- Re: [Chicken-users] cross compilation, emedded platform, Zbigniew, 2006/07/06
- Re: [Chicken-users] cross compilation, emedded platform, Dan, 2006/07/06
- Re: [Chicken-users] cross compilation, emedded platform, Dan, 2006/07/07
- Re: [Chicken-users] cross compilation, emedded platform, Brandon J. Van Every, 2006/07/07
- Re: [Chicken-users] cross compilation, emedded platform, Dan, 2006/07/07
- Re: [Chicken-users] cross compilation, emedded platform, John Cowan, 2006/07/07
- Re: [Chicken-users] cross compilation, emedded platform, Dan, 2006/07/08
- Re: [Chicken-users] cross compilation, emedded platform, felix winkelmann, 2006/07/10
- Re: [Chicken-users] cross compilation, emedded platform, Brandon J. Van Every, 2006/07/07
Re: [Chicken-users] Scheme testing suite, felix winkelmann, 2006/07/04