[CK_RX65N_CCRX] Fix build error & set to generate code when building #21
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.