--- In "" <> wrote:
>
> Hi,
>
> I am trying to use boost asio with my ts-7800 board.
>
> When I use the crosstool-linux-gcc-4.0.1-glibc-2.3.5 seems to be ok and I can
> run almost everything.
> But when I try to use "async_accept" method, I got the following error to
> compile my program:
> /tmp/ccA9ErDy.s: Assembler messages:
> /tmp/ccA9ErDy.s:6345: Error: bad instruction `dmb'
>
>
> So I tried to use the arm-none-linux-gnueabi, I can compile boost, compile my
> program, but I can't run on my board: No such file or directory.
>
> I think the problem with EABI is something easy, but I can't find out. Can
> someone help me?
>
> Thanks
>
Try using static linking with EABI, by using -static when you link.
Also, try using -mcpu=arm9 when you compile.
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|