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

Doesn't compile in MPLAB-Xpress #4

Open
polyvalens opened this issue Nov 6, 2020 · 0 comments
Open

Doesn't compile in MPLAB-Xpress #4

polyvalens opened this issue Nov 6, 2020 · 0 comments

Comments

@polyvalens
Copy link

Many includes in several files appear to specify incorrect paths.
Example:
mcc_generated_files\cloud\crypto_client\crypto_client.h, starting at line 35

#include "CryptoAuthenticationLibrary/atca_iface.h"
#include "../../CryptoAuthenticationLibrary/cryptoauthlib.h"

#include "CryptoAuthenticationLibrary/cryptoauthlib.h"
#include "winc/driver/winc_adapter.h"
#include "winc/common/ecc_types.h"

Relative paths are incorrect, missing ../../

(Also line 36 & 38 include the same file, but not on the same path.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant