Menu

#1 multiple definition of `s_stack_pop'

v1.0 (example)
open-fixed
nobody
5
2009-09-19
2009-06-16
Joric
No

Won't compile (with message "multiple definition of `s_stack_pop'").
Solved temporarily with adding "#define INLINE inline" in the beginning of src/sys/stack.h

Discussion

  • Roman Belov

    Roman Belov - 2009-09-19

    New versions of gcc is more consistent c99, bug linked to this. The macro should be overridden in def.h

     
  • Roman Belov

    Roman Belov - 2009-09-19
    • status: open --> open-fixed
     

Log in to post a comment.