This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CORTEX A8 on RVDS

Note: This was originally posted on 5th January 2010 at http://forums.arm.com

Hi,

     I have a query regarding CortexA8 on ARM workbench IDE and RVDS.
When i choose the target as CortexA8 and write a small "helloworld" program it works.
But when i implement a small function and load the image in RVDS, the control comes to the main.
And after pressing F11(stepping in)it goes to the infinite loop instead of coming to the first statement.
so can u please tell where i am going wrong.What should i do to rectify this problem?
Parents
  • Note: This was originally posted on 5th January 2010 at http://forums.arm.com

    Does this function make use of floating point/NEON? The FPU might not have been initialized.

    Regards
    Marcus

    no it does not make use of floating point and i am making use of the trial version of RVDS  present in the ARM website
Reply
  • Note: This was originally posted on 5th January 2010 at http://forums.arm.com

    Does this function make use of floating point/NEON? The FPU might not have been initialized.

    Regards
    Marcus

    no it does not make use of floating point and i am making use of the trial version of RVDS  present in the ARM website
Children
No data