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

Import and build error with platform_i2c_test_for_efm8_ioexpander #16

Open
silabs-Ruibin opened this issue Oct 7, 2021 · 0 comments
Open
Labels
0-bug Something isn't working

Comments

@silabs-Ruibin
Copy link
Contributor

Project name: platform_i2c_test_for_efm8_ioexpander

Environment setup:
OS: Windows 10
IDE: Simplicity Studio V4, version 4.1.14.0
SDK: v2.7.10

Issues:
1.Wrong default toolchain when importing. Toolchain default to GNU ARM v4.9.3
image

2.Missing includes:
a. ${StudioSdkPath}/app/esf_common/template/studio/$(pathVar_HALCONFIG)/inc/hal-config
b. ${StudioSdkPath}/protocol/stack
c. ${StudioSdkPath}/protocol/flex/util
d. ${StudioSdkPath}/platform/Device/SiliconLabs-Restricted/EFR32MG12P/Include
3. Build errors:
a. cli.h: No such file or directory
b. gpio.h: No such file or directory
c. ioexp_drv.h: No such file or directory
image

After fixing the header errors, those additional errors show up:
d. undefined reference to "RAIL_ConfigPti"
e. undefined reference to "RAIL_GetTime"
f. undefined reference to "RAIL_Init"
i. undefined reference to "RAIL_UseDma"
image

@ghost ghost added the 0-bug Something isn't working label Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant