There are inline functions in common C files which are not a problem because we have the definitions in compiler.h. The use in header files is causing all of the problems.If we want to support the compiler which don't support inline, it's better that: 1.Remove CONFIG_HAVE_INLINE from include/nuttx/compiler.h 2.Convert inline fucntion to macro to normal function It isn't hard to fix because grep just can find inline about 100 times.
- Re: Build errors with inline functions Gregory Nutt
- Re: Build errors with inline functions John Rippetoe
- Re: Build errors with inline functions Xiang Xiao
- Re: Build errors with inline functions Nathan Hartman
- Re: Build errors with inline functions Gregory Nutt
- Re: Build errors with inline functions Gregory Nutt
- Re: Build errors with inline functions Gregory Nutt
- Re: Build errors with inline functions Nathan Hartman
- Re: Build errors with inline functions Gregory Nutt
- Re: Build errors with inline functions Xiang Xiao
- Re: Build errors with inline functions Gregory Nutt
- Re: Build errors with inline functions John Rippetoe
- RE: Build errors with inline functions David Sidrane
- Re: Build errors with inline functions Xiang Xiao
- Re: Build errors with inline functions John Rippetoe
- Re: Build errors with inline functions John Rippetoe
- Re: Build errors with inline functions Gregory Nutt
- Re: Build errors with inline functions John Rippetoe
- Re: Build errors with inline functions Xiang Xiao
- Re: Build errors with inline functions Nathan Hartman
- Re: Build errors with inline functions John Rippetoe