-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
NO_OS_INC_DIRS, symlinks for .h files are not created when building for mbed platform #2404
Labels
Comments
With these changes to the iio_demo project
the symlinks for the files in the No-OS/include directory seem to be created for me (tested on Maxim and STM32):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I observed this when building for mbed platform but may be true for other platforms as well. Very easy to reproduce, take any mbed project, replace the
INCS += ... no-OS include/ .h files list ...
withNO_OS_INC_DIRS += $(INCLUDE)
and perform a build.The text was updated successfully, but these errors were encountered: