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

Added linking of rt library for UML #227

Closed
wants to merge 1 commit into from
Closed

Added linking of rt library for UML #227

wants to merge 1 commit into from

Commits on Nov 20, 2015

  1. Added linking of rt library for UML

    Fixes
    arch/um/os-Linux/built-in.o: In function `os_timer_create':
    arch/um/os-Linux/time.c:51: undefined reference to `timer_create'
    arch/um/os-Linux/built-in.o: In function `os_timer_set_interval':
    arch/um/os-Linux/time.c:84: undefined reference to `timer_settime'
    arch/um/os-Linux/built-in.o: In function `os_timer_remain':
    arch/um/os-Linux/time.c:109: undefined reference to `timer_gettime'
    arch/um/os-Linux/built-in.o: In function `os_timer_one_shot':
    arch/um/os-Linux/time.c:132: undefined reference to `timer_settime'
    arch/um/os-Linux/built-in.o: In function `os_timer_disable':
    arch/um/os-Linux/time.c:145: undefined reference to `timer_settime'
    oxidase committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    fcd5762 View commit details
    Browse the repository at this point in the history