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

Invalid symbol values, make them be quiet! #8

Closed
NTULINUX opened this issue Jul 8, 2013 · 4 comments
Closed

Invalid symbol values, make them be quiet! #8

NTULINUX opened this issue Jul 8, 2013 · 4 comments

Comments

@NTULINUX
Copy link
Collaborator

NTULINUX commented Jul 8, 2013

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!!!!!!!!

@ShabbyX
Copy link
Owner

ShabbyX commented Jul 9, 2013

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.

@ShabbyX
Copy link
Owner

ShabbyX commented Jul 9, 2013

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 git clean -fd to remove all non-repo files

@NTULINUX
Copy link
Collaborator Author

Yes, it happens on a fresh clone, even doing rm -rf * && rm -rf .rtai* && git reset --hard HEAD doesn't fix the issue.

@NTULINUX
Copy link
Collaborator Author

Thanks a bunch, I couldn't fix this..

ShabbyX added a commit that referenced this issue Nov 13, 2013
@ShabbyX ShabbyX added the fixed label Jun 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants