[CK_RX65N_CCRX] Fix build error & set to generate code when building - #21
Open
YusukeTakahashiGithub wants to merge 2 commits into
Open
[CK_RX65N_CCRX] Fix build error & set to generate code when building#21YusukeTakahashiGithub wants to merge 2 commits into
YusukeTakahashiGithub wants to merge 2 commits into
Conversation
Previously, when files from other companies were added to the "src" folder, a build was forced and a build error occurred. Added a resource filter in the e2 studio settings so that even if files from other companies are added to the "src" folder, it will not be built.
…time. *Renesas tool that automatically generates code according to GUI settings by user
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
■ Overview of changes
In this pull request, we are implementing the following two measures for the ccrx version project.
・ Fix build error
This is supported by the following commits.
4c0c60b
With the current project settings, if you add a file from another company to the "src" folder, it will be forcibly built and a build error will occur.
In another commit, new files (ewf_lwip_ppp.c and ewf_lwip_ppp.h) were added, and building this file caused a build error.
In order to avoid build errors, I added a resource filter to the project settings and set it not to build when new files are added to the "src" folder.
・ Set to generate code when building
This is supported by the following commits.
e7c93a3
In the current project settings, the code is not generated by Smart Configurator* when building.
I changed this to match the gcc version project and change the setting to generate code at build time.
*Renesas tool that automatically generates code according to GUI settings by user.
■ Effects on other files
Edited only the project in the CK_RX65N_CCRX folder.
Files outside this folder are unaffected.