Hi! Hope Every one is doing fine.
Target Processor: Renesas RZ/T1Evaluation Board: RTK7910018
Sample Code: CMSIS-DSP library for RZ/T1 Group: Introduction Guide
I have copied these CMSIS Sample code library in to my code but it is unable to compile and is giving many errors. Unable to find stdint.h but stdint.h is in same folder and path is also added. Anyone with the solution? How to resolve this issue?
Is this CMSIS library is for both Cortex R4 and Cortex M3 controllers?
Thanks.
Any one having work on it? please commenr
It seem you have the issue due to the incomplete e2studio and toolchain installation(same as your have raised on other posts). Please install the right e2studio and toolchain for RZ/T1 device first. See my comment on your RZ/T1 Compiler post.
Tool chain and E2studio properly installed now. I have imported CMIS sample library file in another sample code and tries to compile but following error is received.
Those files are at workspace/include folder.Add the folder as include search path (-I option) in build configuration dialog.The sample project did work for me by unzip it and use "Existing Projects into Workspace" import wizard, but "copy projects into workspace" should be unchecked, then upgrade project.The -nostdinc option in Cross ARM C Compiler -> Preprocessor in build configuration dialog should be disabled to let recognize standard header files.I'd rather recommend re-importing it.
Dear it is still not working.
Please share request screenshots. Thanks
Mr. Okra please comment