Hi,
Normally when using fopen(), I only need to specify the file name and the file gets created in the project directory (It works with IAR and Eclipse).
But with ozone, there is a problem. For example :
So, I tired this:
Now it works fine but the file get created in the C drive not in the project directory.
Is there a way to specify where the files created by Semi-hosting should be saved in Ozone ? And is It possible to save them in the project directory ?
I looked at the reference manual and i couldn't figure out how to do it. Could you help me ?
Thanks.
Normally when using fopen(), I only need to specify the file name and the file gets created in the project directory (It works with IAR and Eclipse).
But with ozone, there is a problem. For example :
So, I tired this:
Now it works fine but the file get created in the C drive not in the project directory.
Is there a way to specify where the files created by Semi-hosting should be saved in Ozone ? And is It possible to save them in the project directory ?
I looked at the reference manual and i couldn't figure out how to do it. Could you help me ?
Thanks.