Replies: 3 comments 4 replies
-
If the workspace has no errors then it should work. Did you try clicking on menu project > clean ? If this didn't help create a new workspace and import your project there and try again. If possible share a gif of your workflow. Let us know if this helped. Best wishes |
Beta Was this translation helpful? Give feedback.
-
hi, There is no git connected |
Beta Was this translation helpful? Give feedback.
-
Hi, i have a similar error. Fresh install of the latest version, followed the basic tutorial without any issue until it comes to PC Experiment build. Here is the console output / CodeGeneration log : INFO] [ComponentTest_PC] [18:28:06] Starting code generation ... Is there a way to get more details about the errors ? I can't find any file called "Makelog.txt" anywhere on the computer and after checking most of the log files in the project and installation folders i still have no clue what cause the error. On the other hand the ECU code generation works perfectly fine. I tried the above recommendation (cleaning project, new workspace...) with no luck. The behavior is the same if use the projects from the tutorial, the examples downloaded from github or if i build a very simple project myself ... Any help would be greatly appreciated, thank you. |
Beta Was this translation helpful? Give feedback.
-
I moved some parts from a block-diagram into a new one and started recieving this error during building:
[INFO] [PC_PC] [19:13:05] Model dependency analysis (took: 0.151 s)
[INFO] [PC_PC] [19:13:05] Validating generation resources (took: 0.005 s)
[INFO] [PC_PC] [19:13:05] Intermediate code generation (took: 0.284 s)
[INFO] [PC_PC] [19:13:05] C code pre-processing (took: 0.000 s)
[ERROR] [PC_PC] [19:13:08] Operation failed.
[INFO] [PC_PC] [19:13:08] C code generation (took: 2.625 s)
[INFO] [PC_PC] [19:13:08] C code post-processing (took: 0.003 s)
[ERROR] [PC_PC] [19:13:08] Makelog.txt: Errors found during external Make [Code Generation General]
[ERROR] [PC_PC] [19:13:08] [ECCO1200] Can't call method "get" on an undefined value at C:/Users/KL/AppData/Local/Temp/acg50661/Target/trg_ansi/cp_rules/context.pm line 157.. [Code Generation General ASCET-SE]
reversing the changes, restarting, cleaning and creating a new Application didnt help. There are no other problems flagged
Beta Was this translation helpful? Give feedback.
All reactions