Re: Help in understanding the underlying issue here.

  • From: Antti Kantee <pooka@xxxxxx>
  • To: rumpkernel-users@xxxxxxxxxxxxx
  • Date: Tue, 26 May 2015 12:59:19 +0000

On 26/05/15 12:53, Andrew Stuart wrote:

I’m trying to diagnose this but I don’t really understand the issues with multi
arch.

As you can see from the first line, gcc compiles this code OK. rumprun-xen-cc
does not.

What is it that I need to understand better to be able to resolve these issues?

You could give instructions on how to repeat your experiment. Then we apply science ;)

(venv3.4)root@contiki:/home/ubuntu/pycy# gcc $CFLAGS -I/usr/include/python3.4m
-o hw hw.c -lpython3.4m -lpthread -lm -lutil -ldl
(venv3.4)root@contiki:/home/ubuntu/pycy# rumprun-xen-cc $CFLAGS
-I/usr/include/python3.4m -o hw hw.c -lpython3.4m -lpthread -lm -lutil

-I/usr/include/anything for rumprun-xen-cc seems wrong. It *might* be accidentally correct in some situations, but generally speaking it's wrong.

Other related posts: