Skip to content

Doesn't compile in MPLAB-Xpress  #4

@polyvalens

Description

@polyvalens

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions