Blinky Example for TC375 not building out of the box

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
User21752
Level 1
Level 1


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
0 Likes
3 Replies
User21752
Level 1
Level 1
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:

5149.attach5149.attach
0 Likes
teoBits
Employee
Employee
5 sign-ins 100 replies posted 50 replies posted
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
0 Likes
enrico_b
Employee
Employee
First like given 10 sign-ins 5 solutions authored
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?

  • 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
0 Likes