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

Which tool(s) have you used so far? What do you want to see next?

Note: This was originally posted on 16th November 2009 at http://forums.arm.com

Hi,

We'd like to know which tool or tools have you used so far from the Mali Developer Tools, what feedback do you have already and what would you like to see next?

Thanks,

Nizar
Mali Developer Tools Product Manager
Parents
  • Note: This was originally posted on 15th February 2010 at http://forums.arm.com

    Hi Nizar,

    Thanks, i really appreciate that because the forum are a bit unstable, i was posting and was logged out so this is the second time i am writing this.

    Regarding the folders issue i was not clear. Some of the demos require access to the data folder, but the path is not correct so it produces an error, so we have two options: move the "data folder" into the Debug/Release folder or change the code to "../data".



    The first exception is expected but the second is not. And this is consistent in almost all demos. You have to move the data and shader (if exist) folders into the same directory as the binary or change the code to "../" so i guess this is a path error in the code?!

    if you change the demos to:

    Managed<OutputStream> output = filesystem->createOutputStream("../data/write.txt");
    Managed<InputStream> input = filesystem->createInputStream("../data/read.txt");


    you get the correct output:



    Looking forward to having the new Emulator. You guys are moving fast. The only thing that is missing is a hardware development board or a retail product that features the Mali-200 core.


    Hi DDd,

    We're looking at the data issue. We'll let you know shortly.

    Cheers,
    Nizar
Reply
  • Note: This was originally posted on 15th February 2010 at http://forums.arm.com

    Hi Nizar,

    Thanks, i really appreciate that because the forum are a bit unstable, i was posting and was logged out so this is the second time i am writing this.

    Regarding the folders issue i was not clear. Some of the demos require access to the data folder, but the path is not correct so it produces an error, so we have two options: move the "data folder" into the Debug/Release folder or change the code to "../data".



    The first exception is expected but the second is not. And this is consistent in almost all demos. You have to move the data and shader (if exist) folders into the same directory as the binary or change the code to "../" so i guess this is a path error in the code?!

    if you change the demos to:

    Managed<OutputStream> output = filesystem->createOutputStream("../data/write.txt");
    Managed<InputStream> input = filesystem->createInputStream("../data/read.txt");


    you get the correct output:



    Looking forward to having the new Emulator. You guys are moving fast. The only thing that is missing is a hardware development board or a retail product that features the Mali-200 core.


    Hi DDd,

    We're looking at the data issue. We'll let you know shortly.

    Cheers,
    Nizar
Children
No data