here is the extract of the config.log

#configure:2967: checking whether the C compiler works
#configure:2977: ./a.out
#./configure: line 2978: ./a.out: No such file or directory
#configure:2980: $? = 127
#configure:2989: error: cannot run C compiled programs.
#If you meant to cross compile, use `--host'.
#See `config.log' for more details.

I can compile a simple hello world program but cannot run with qemu-arm...
it gives some errors...
$qemu-arm ./hello
Error: Bad syscall: f0005
qemu: unhandled CPU exception 0x2 - aborting
R00=ffffffda R01=421a34a0 R02=000006f4 R03=421a3b78
R04=400a5050 R05=00000000 R06=00000050 R07=000f0005
R08=ffff5128 R09=400a5050 R10=400a5000 R11=4007f18c
R12=421a4000 R13=4007ee68 R14=00000008 R15=40082f4c
PSR=20000010 --C- A usr32
s00=00000000(       0) s01=00000000(       0) d00=0000000000000000(       0)
s02=00000000(       0) s03=00000000(       0) d01=0000000000000000(       0)
s04=00000000(       0) s05=00000000(       0) d02=0000000000000000(       0)
s06=00000000(       0) s07=00000000(       0) d03=0000000000000000(       0)
s08=00000000(       0) s09=00000000(       0) d04=0000000000000000(       0)
s10=00000000(       0) s11=00000000(       0) d05=0000000000000000(       0)
s12=00000000(       0) s13=00000000(       0) d06=0000000000000000(       0)
s14=00000000(       0) s15=00000000(       0) d07=0000000000000000(       0)
s16=00000000(       0) s17=00000000(       0) d08=0000000000000000(       0)
s18=00000000(       0) s19=00000000(       0) d09=0000000000000000(       0)
s20=00000000(       0) s21=00000000(       0) d10=0000000000000000(       0)
s22=00000000(       0) s23=00000000(       0) d11=0000000000000000(       0)
s24=00000000(       0) s25=00000000(       0) d12=0000000000000000(       0)
s26=00000000(       0) s27=00000000(       0) d13=0000000000000000(       0)
s28=00000000(       0) s29=00000000(       0) d14=0000000000000000(       0)
s30=00000000(       0) s31=00000000(       0) d15=0000000000000000(       0)
FPSCR: 00000000
qemu: uncaught target signal 6 (Aborted) - exiting


Thanks
Shankar

On Fri, Jul 18, 2008 at 1:22 PM, Lauri Leukkunen <[EMAIL PROTECTED]> wrote:

>
> On Jul 18, 2008, at 10:01 AM, shankar grep wrote:
>
>  Hi,
>>
>> Thanks for replying...
>> I am not working on maemo...
>> I am working on arm based project.. So i am trying to create a
>> distribution for it and also SDK if possible using SB2...
>> I want to know the proper initialization steps  for setting up SB2 with a
>> custom built toolchain..
>>
>>
> I think you're doing it mostly right if you're following the instructions.
> Could you please look at the libtool config.log file to see where and why it
> fails? It's somewhere under $HOME/.scratchbox2
>
> I suspect your qemu, what happens if you compile a simple hello world and
> try to run it with qemu-arm manually, without SB2?
>
> /lauri
>
>
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to