Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New template on the contributions folder #11

Closed
sharpgeek opened this issue Aug 19, 2020 · 1 comment · Fixed by #13
Closed

New template on the contributions folder #11

sharpgeek opened this issue Aug 19, 2020 · 1 comment · Fixed by #13
Assignees
Labels
bug Something isn't working

Comments

@sharpgeek
Copy link
Contributor

Hi @felipe-iar

I need help!

I tried to use this template project available in the contributions folder as initial reference for my own project for the RISC-V eval board.
I followed all the instructions you mentioned on the contributions/README.md document.

Still, whenever I try to simply build the new project (named react), it immediately fails miserably with a fatal error containing the following message about a missing header named sht3x.h:

Fatal Error[Pe1696]: cannot open source file "sht3x.h" C:\repos\iar-risc-v-gd32v-eval\contributions\react\main.c 17 
            searched: "C:\repos\iar-risc-v-gd32v-eval\contributions\react\" 
            searched: "C:\repos\iar-risc-v-gd32v-eval\contributions\react/../../firmware/GD32VF103_standard_peripheral\" 
            searched: "C:\repos\iar-risc-v-gd32v-eval\contributions\react/../../firmware/GD32VF103_standard_peripheral/include\" 
            searched: "C:\repos\iar-risc-v-gd32v-eval\contributions\react/../../firmware/RISCV/drivers\" 
            searched: "C:\repos\iar-risc-v-gd32v-eval\contributions\react/../../bsp\" 
            searched: "C:\Program Files\IAR_Systems\EWRISCV\1.30.1\riscv\inc\" 
            searched: "C:\Program Files\IAR_Systems\EWRISCV\1.30.1\riscv\inc\c\" 
            current directory: "C:\repos\iar-risc-v-gd32v-eval\contributions\template" 
Error while running C/C++ Compiler 

What could possibly be happening?
Please advise.

Thanks in advance.

@felipe-iar felipe-iar self-assigned this Aug 20, 2020
@felipe-iar felipe-iar added the bug Something isn't working label Aug 20, 2020
@felipe-iar
Copy link
Collaborator

Thanks for pointing it out @sharpgeek

It was a missing path to the SHT3x sensor headers on the project.template.ewp project file.

It is marked to be fixed on the next push.

Best regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants