Building programs with MODE=shared in L4Re

Paul Boddie paul at boddie.org.uk
Mon May 14 22:06:06 CEST 2018


On Monday 14. May 2018 21.18.04 Adam Lackorzynski wrote:
> 
> You can set LD_DEBUG=1 in the environment of your program to make the
> dynamic loader tell you something. LD_TRACE_LOADED_OBJECTS=1 might also
> be of help. Add enviroment variable settings after the program's
> cmdline: ...:start({ ...}, "rom/myprog arg", { LD_DEBUG=1, ... });

I imagine I could direct log information to a suitable program for display on 
the screen rather than via the serial console. Can I do this using something 
like fbterminal? I'm still getting to grips with the different mechanisms 
accessed and exposed by the different programs.

Paul




More information about the l4-hackers mailing list