Menu

#1 STLPort5.0RC6 can't work on 2003 ARM platform(DEBUG build)

closed
None
5
2005-10-20
2005-10-17
honjyou
No

Hello,
I use STLPort 5.0 RC6 for evc 4.0 sp4.
I successed that compile and install.
But I have not been able to run on ARMS Device only
DEBUG mode.

When I start my program, it will hang up soon.

>In /doc/README.evc3 document,I found some words.
>
>"Note that usage of the _STLP_DEBUG mode is
>currently not recommended for eMbedded Visual C++
>builds using the ARM compiler."
>
>Following this suggestion, I remove _STLP_DEBUG
>then my program can run on ARM device.

I remove _STLP_DEBUG then my program cannot
compile because
of following such errors.
unistd.h is not found.
/usr/include/pthread.h is not found.
...

Can anyone give me any suggestion?
Thanks.

Discussion

  • Petr Ovtchenkov

    Petr Ovtchenkov - 2005-10-18

    Logged In: YES
    user_id=615813

    Traditional question: what say unit tests (build/test/unit)?

     
  • honjyou

    honjyou - 2005-10-20

    Logged In: YES
    user_id=1360388

    >Traditional question: what say unit tests (build/test/unit)?
    I checked having succeeded in execution of a test program.
    (Emulator and ARM)
    Thanks.

     
  • Nobody/Anonymous

    Logged In: NO

    Build your source in release mode (with debug options if
    necessary) and try to run your app in release mode with
    release stl.

     
  • Petr Ovtchenkov

    Petr Ovtchenkov - 2005-10-20
    • status: open --> closed
     
  • Petr Ovtchenkov

    Petr Ovtchenkov - 2005-10-20
    • assigned_to: nobody --> complement
     
  • honjyou

    honjyou - 2005-10-20

    Logged In: YES
    user_id=1360388

    >Build your source in release mode (with debug options if
    >necessary) and try to run your app in release mode with
    >release stl.
    I can run my app in release mode with release stl.
    (In this case, debug option is not necessary.)

    I would like to debug my application with stlport.

    Thanks.

     

Log in to post a comment.