2023-06-04 09:06 PM
Dear
I installed AutoDevkitstudio yesterday.As I can see I should go to this web site"hightec-rt.com/en/" and get a license but in this site there is not any form that I fill it and get a license. Pleas help me more for getting license!. Thank you
Solved! Go to Solution.
2023-06-07 10:25 PM - edited 2023-11-20 04:02 AM
Hello Oliver,
I add this folder and it seems it works correctly!.. ;)
But I do not know why HIGHTEC does not answer emails!
You can call me Arash too .
2023-06-05 01:02 AM
Hello,
Sorry we do not deliver licenses nor licenses support.
Please contact our partner HIGHTEC to have support on their product.
Best regards.
2023-06-06 02:29 AM
Dear Sir or Madam
Thank you for your response.
I write a message for HIGHTEC and I am waiting for their response. I have another question.
After opening the main.c and compile it the message "Type uint32_t could not be resolved" has been appeared. Obviously, a header file is not attached and I do not know how I can add this header library file to the project. Can you send this file for me if my guess is correct .
Kindly regards
2023-06-06 03:15 AM - edited 2023-11-20 04:02 AM
Hello,
to resolve includes in SPC5Studio,
right click on your project and select properties:
go in menu C/C++ General->Paths and Symbols,
Source Location, click on Link Folder:
select your needed include folder and click "OK", then click "apply and close"
-Best regards,
Sir Olivier
2023-06-06 09:54 AM - edited 2023-11-20 04:02 AM
Thank you for your guidance. That problem was solved, in addition I let that "C/C++ indexer " to be 100%.after that this problem about "syntax error" is appeared :
How I could solve it too!?))
I addition I am going to buy "SPC56 DISCOVERY PLUS" board. I do not know whether I can run this board without AutoDevKitStudio or not because HIGHTEC do not answer my question to get a license for AutoDevKitStudio !
Regards
2023-06-06 10:17 AM
Perhaps use stdint.h that comes with the compiler (GNU/GCC ?), and not use the MSVC (Microsoft Visual C) one?
Or create typedef's using intrinsic types from the compiler? What are the 64-bit types in the compiler / toolchain ?
2023-06-06 11:04 AM
Sorry ,I can not understand your point...
2023-06-07 05:39 AM
Dear Sir
my second question was related to "syntax error". why this error is appeared and what is the solution for it?
Thank you
2023-06-07 05:56 AM
Dear Customer,
Tesla DeLorean is probably right.
You probably included as link a folder that is for windows, and not for gcc.
You can see that your compilation is withour errors nor warnings.
this means your makefile/toolchain is based on right include
But the eclipse C/C++ analyzer (which provides the syntax error) is based on the folder you linked, it should not be the good one.
You have to remove this one and add the good one.
Best regards,
-Olivier (Just call me Oliver ;-))
2023-06-07 10:25 PM - edited 2023-11-20 04:02 AM
Hello Oliver,
I add this folder and it seems it works correctly!.. ;)
But I do not know why HIGHTEC does not answer emails!
You can call me Arash too .