Problems porting L4Linux 2.4 module to 2.6

Derick Swanepoel dswanepoel at gmail.com
Mon Sep 19 17:59:34 CEST 2005


On 19/09/05, Derick Swanepoel <dswanepoel at gmail.com> wrote:
> kernel:
> gcc  -r -nostdlib -nostartfiles
> -L/home/drops/DROPS-20050908/drops/lib/x86_686/l4v2
> -L/home/drops/DROPS-20050908/drops/lib/x86_686
> -L/home/drops/DROPS-20050908/drops/lib
> -T/home/drops/DROPS-20050908/l4/lib/x86_686/main_rel.ld
> -ltest_lxk -ldm_generic -ldm_phys -ldm_mem OBJ-x86_686-l4v2/mesg_dm-client.o
> -o test_module.o test_dev.o main.o

Sorry, the above command should read:
gcc  -r -nostdlib -nostartfiles
-L/home/drops/DROPS-20050908/drops/lib/x86_686/l4v2
-L/home/drops/DROPS-20050908/drops/lib/x86_686
-L/home/drops/DROPS-20050908/drops/lib
-T/home/drops/DROPS-20050908/l4/lib/x86_686/main_rel.ld
-ltest_lxk -ldm_generic -ldm_phys -ldm_mem OBJ-x86_686-l4v2/test_dm-client.o
-o test_module.o test_dev.o main.o




More information about the l4-hackers mailing list