This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

problems on ndk helloworld



i am using AMC2C6670 to test ndk helloworld example and have added my project to this skeleton code.

but i encountered a problem while running it.

How can i deal with it...thanks...

  • Dear E2E member,
    Can you share the modified NDK source files to reproduce ?
    What you are trying to do ?
    Did you find which line causing this problem ?
    Able to stop at main() while loading the code ?
    Else you are getting this issue while receiving UDP packet ?
  • Thanks for the reply.

    it didnt sure which line cause it.I have tested several times but it still can't be certain.

    it can stop in main() and receiving UDP packet is OK.

    i want to receive data from PC and execute the data processing which is in a for-loop and needed to be processed hundred times.

    I didnt change the code in NDK except the udphello.c.i've add a processing code to it.That's all.

    Thank you very much.