-
Notifications
You must be signed in to change notification settings - Fork 18
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
Invalid symbol values, make them be quiet! #8
Comments
I, unfortunalty, have to work in Windows for some time, so I can't immediately test this. But I'll let you know when I do. |
Does this happen on a fresh clone too? From what I see, there is no difference between the Kconfig files since the last time I worked on RTAI, and the kconfig program is also untouched. Could there be some bad file remaining in your repository that's causing this? You could try also |
Yes, it happens on a fresh clone, even doing rm -rf * && rm -rf .rtai* && git reset --hard HEAD doesn't fix the issue. |
Thanks a bunch, I couldn't fix this.. |
Closes #8 Signed-off-by: Shahbaz Youssefi <[email protected]>
HOSTLD base/config/kconfig/mconf
../../../.rtai_config:1:warning: symbol value '"y"' invalid for MODULES
../../../.rtai_config:3:warning: symbol value '"y"' invalid for RTAI_ALLOW_RR
../../../.rtai_config:4:warning: symbol value '"m"' invalid for RTAI_BITS
../../../.rtai_config:6:warning: symbol value '"y"' invalid for RTAI_CLOCK_REALTIME
../../../.rtai_config:7:warning: symbol value '"y"' invalid for RTAI_COMPAT
../../../.rtai_config:9:warning: symbol value '"y"' invalid for RTAI_DRIVERS_SERIAL
../../../.rtai_config:10:warning: symbol value '"m"' invalid for RTAI_FIFOS
../../../.rtai_config:11:warning: symbol value '"y"' invalid for RTAI_FPU_SUPPORT
../../../.rtai_config:17:warning: symbol value '"y"' invalid for RTAI_LXRT_NO_INLINE
../../../.rtai_config:18:warning: symbol value '"y"' invalid for RTAI_MALLOC
../../../.rtai_config:20:warning: symbol value '"y"' invalid for RTAI_MALLOC_VMALLOC
../../../.rtai_config:21:warning: symbol value '"m"' invalid for RTAI_MATH
../../../.rtai_config:22:warning: symbol value '"y"' invalid for RTAI_MATH_C99
../../../.rtai_config:23:warning: symbol value '"m"' invalid for RTAI_MBX
../../../.rtai_config:25:warning: symbol value '"y"' invalid for RTAI_MONITOR_EXECTIME
../../../.rtai_config:26:warning: symbol value '"m"' invalid for RTAI_MQ
../../../.rtai_config:27:warning: symbol value '"m"' invalid for RTAI_MSG
../../../.rtai_config:28:warning: symbol value '"m"' invalid for RTAI_NETRPC
../../../.rtai_config:30:warning: symbol value '"quiet_"' invalid for RTAI_QUIET
../../../.rtai_config:37:warning: symbol value '"m"' invalid for RTAI_SEM
../../../.rtai_config:38:warning: symbol value '"m"' invalid for RTAI_SHM
../../../.rtai_config:39:warning: symbol value '"m"' invalid for RTAI_TASKLETS
../../../.rtai_config:40:warning: symbol value '"m"' invalid for RTAI_TBX
../../../.rtai_config:41:warning: symbol value '"y"' invalid for RTAI_TESTSUITE
../../../.rtai_config:43:warning: symbol value '"y"' invalid for RTAI_USE_NEWERR
../../../.rtai_config:44:warning: symbol value '"y"' invalid for RTAI_USI
../../../.rtai_config:48:warning: symbol value '"y"' invalid for RTAI_WD
I've tried everything, they won't go away!!!!!!!!
The text was updated successfully, but these errors were encountered: