May 03, 2021
01:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 03, 2021
01:02 AM
Hi,
I am evaluating the TC375 and am trying to build the blinky example, Blinky_LED_1_KIT_TC375_LK, and am getting build errrors saying it cannot create SOMEDIR.
I searched the entire project and its configuration files and could not find the instruction to create a SOMEDIR\ directory. How can I resolve this issue?
I have attached the log file.
-Shantanu
- Tags:
- IFX
3 Replies
May 20, 2021
05:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 20, 2021
05:50 AM
For additional information,
Here is the screenshot of the console. The project settings are unchanged from the stock blinky project. No project, including blank Aurix projects are building and they all have the same issue:

Here is the screenshot of the console. The project settings are unchanged from the stock blinky project. No project, including blank Aurix projects are building and they all have the same issue:
May 21, 2021
12:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 21, 2021
12:42 AM
Hello Shantanu,
this error usually comes out because of missing space or missing rights.
Where did you install AURIX Development Studio? in which folder?
BR,
teoBits
this error usually comes out because of missing space or missing rights.
Where did you install AURIX Development Studio? in which folder?
BR,
teoBits
May 21, 2021
06:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 21, 2021
06:44 AM
It seems the compiler is not able to create temporary files.
Can you please see which TEMP and TMP folders are configured in your system?
Check the folders returned by command 2 and 3 are existing and writable by your user.
Kind regards
Can you please see which TEMP and TMP folders are configured in your system?
- Open Windows Commands Prompt (Windows Key+R -> run)
- Execute command
echo %TEMP%
- Execute command
echo %TMP%
Check the folders returned by command 2 and 3 are existing and writable by your user.
Kind regards