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

undefined reference to `SPI_ProcessData' #2

Open
xusong0zju opened this issue Aug 21, 2019 · 1 comment
Open

undefined reference to `SPI_ProcessData' #2

xusong0zju opened this issue Aug 21, 2019 · 1 comment

Comments

@xusong0zju
Copy link

@AndreyBondarev
Threre are many cross-dependents. I can't reslove the bellow ones:
.pio/libdeps/OpenIMU300ZA/OpenIMU300-base-library/Sensors/libSensors.a(spi.o): In function DMA1_Stream0_IRQHandler': spi.c:(.text.DMA1_Stream0_IRQHandler+0x64): undefined reference to SPI_ProcessData'
spi.c:(.text.DMA1_Stream0_IRQHandler+0x6e): undefined reference to `SPI_ProcessCommand'.
In fact, the Libsense was depended by some Semaphores, such as magReadySem, which defined in "osresources.h" with "ifdef __MAIN". Thus, I think the encapsulation of "libSensors.a" maybe not appropriate.
Hope for the source codes of "libSensors.a", Thanks.

@AndreyBondarev
Copy link
Collaborator

This library intended to be used in next upcoming release. Please use projects accessible from Aceinna extension.
The beta version published here:

https://github.com/Aceinna/openIMU_BETA/tree/master/OpenIMU300ZA/IMU

Thank you

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

2 participants