- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to use the shieldbuddy 275 with the arduino IDE. Ive followed this guide:
Error with products query: No error
license check: No valid license!
------------------------------ Debug Log ---------------------------------------
Product: tricore-free-gcc
Version: 2019.06
BaseVer: 4.9.4
Retries: 0
LicDir: c:\hightec\toolchains\tricore\v4.9.3.0-infineon-1.0\bin\../lib/gcc/tricore/4.9.4/../../../../licenses
Checks: 170
Initializing RLM wih license location 'c:\hightec\toolchains\tricore\v4.9.3.0-infineon-1.0\bin\../lib/gcc/tricore/4.9.4/../../../../licenses'...success
License check failed
sketch\BareMinimum.ino.cpp:1:0: error: error in licenser
#include <Arduino.h>
^
sketch\BareMinimum.ino.cpp:1:0: error: license check failed
exit status 1
Error compiling for board ShieldBuddyTC275_Dx.
Solved! Go to Solution.
- Labels:
-
Aurix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Riceu,
I solved it in the following way. My laptop has two cards for internet connection (LAN and WIFI, each one with respective MAC), the license that I had associated to the LAN card was expired, in this case I generated a new license with the MAC of t WIFI card and I got another 365 days more.
I hope this helps you in some way :).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Riceu,
I solved it in the following way. My laptop has two cards for internet connection (LAN and WIFI, each one with respective MAC), the license that I had associated to the LAN card was expired, in this case I generated a new license with the MAC of t WIFI card and I got another 365 days more.
I hope this helps you in some way :).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
JorgeMP,
Thanks for your response! So I resolved my issue as as well. It turns out I copied the license as .txt file, as opposed to a .lic file. Stupidly simple and the first thing I should have checked. Don't let it happen to you kids!
RICEU