-
Notifications
You must be signed in to change notification settings - Fork 40
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
add -lrt to solve undefined reference of clock_gettime in ev.c #1
base: master
Are you sure you want to change the base?
Conversation
Talked to liuping and merry, we will build sysstat, busybox, procrank and perf as internal modules in lepd. I tried sysstat, now iostat is already built in libsysstat.a and well linked with lepd. Please review if it's the correct idea to go, if it is, i will continue to build another modules. |
commit -- Makefile and arm tools: |
building arm lepd acts different in my PC, it fails without -lrt due to undefined reference of clock_gettime in libev. i guess its harmless to have it in the script. please merge , thanks.