Getting started difficulties with Application Kit TC297 TFT

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

cross mob
Not applicable
Hello,
while starting and testing AppKit TC297 TFT I have some basic difficulties with programming and building applications.


I am using following IDEs:

  • Hightec Free Tricore Tool Chain (v4.9.1.0-infineon-1.1) from free-entry-toolchain.hightec-rt.com
  • SWFramework_3v1r0_p1 from myicp.infineon.com
Also offered at myicp is the package "AURIX iLLD Package v1.0.1.0.0.zip", but this targeted SWFramework_3v1r0_p1.
The Firmware "AURIX TC297x TFT Application Kit Firmware" from myicp.infineon.com is based on using SWFramework_3v1r0_p1, too.


When performing the build process in SWFramework_3v1r0_p1 for firmware "Application_Kit_TC297TFT" without any changes on the project it throws several errors:
2656.attach


Description Resource Path Location Type
make: *** [build] Error 2 Application_Kit_TC297TFT C/C++ Problem
make[1]: *** [2_Out/Gnuc/0_Src/0_AppSw/Tricore/DemoApp/background_light.o] Error 1 Application_Kit_TC297TFT C/C++ Problem
make[1]: *** [2_Out/Gnuc/0_Src/0_AppSw/Tricore/DemoApp/Measurement.o] Error 1 Application_Kit_TC297TFT C/C++ Problem
make[1]: *** Waiting for unfinished jobs.... Application_Kit_TC297TFT C/C++ Problem
make[1]: *** [2_Out/Gnuc/0_Src/0_AppSw/Tricore/DemoApp/Perf_Meas.o] Error 1 Application_Kit_TC297TFT C/C++ Problem


More information is not available. Double clicks on errors for jumping to related errors does not work.
So it seems there is no Gnuc built firmware available. Checking meanwhile Eclipse CDT beginners manual.

As I'm a rookie on Eclipse developing C/C++ I do not know currently where to check my installation for correct setup of Gnuc. I guess it is the GNU-C compiler.

Tasking and Dcc does contain compiled .elf and related files. But how to flash to AppKit?

With free tricore toolchain from Hightec I had succeeded in flashing and running LCD_Demo for AppKitTC297TFT by using UDAS.

Best regards
DrGalle
0 Likes
2 Replies
Not applicable
After following the added manual of SWFramework_3v1r0_p1 I have solved the issue of make.

Now it seems that eclipse and the compiler have got difficulties with "#include " as eclipse does warn "Unresolved inclusion: "

After adding the lib path of toolchain in eclipse according second answer via Properties->C/C++ General ->Path and symbols at http://stackoverflow.com/questions/9337757/unresolved-inclusion-error-with-eclipse-cdt-for-c-standar... it was built with 10 warnings.

But the remaining issue is: How to upload files?
0 Likes
lock attach
Attachments are accessible only for community members.
User77504
Employee
Employee
10 sign-ins 5 sign-ins 5 replies posted
Hi DrGalle,

the Free TriCore™ Entry Tool Chain also contains a limited version of the PLS UDE. See attachment.

BR Martin
0 Likes