Type 'uint8_t' couild not be resolved

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

cross mob
Not applicable
Recently got a new laptop and put a fresh install of DAVE on it. Loaded the project I'm working on, and all my uint8_t declarations are giving me the error message of:;

Type 'uint8_t' could not be resolved.

Anyone had this issue before/know how to fix it?
0 Likes
2 Replies
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Hi,

The uint8_t type is defined in stdint.h which comes with the compiler.
How did you export/import the project? Did you select Infineon>DAVE projects option?
Does the problem occur when creating a new project?

Regards,
Jesus
0 Likes
Not applicable
Hi Jesus,

No, I currently don't have the 'Infineon' option when I go to file>import. I imported the project using File>import>existing projects into workspace.

I'm currently on DAVE v4.3.2.

Thanks,

Richard Li
0 Likes