- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface → Simulator
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Release 3.8.1
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by sideral - 2011-07-04
Last edited by Michael Sevakis - 2011-07-06
Opened by sideral - 2011-07-04
Last edited by Michael Sevakis - 2011-07-06
FS#12179 - Simulator build fails when using "configure --sdl-threads"
I get the following build error:
CC apps/pcmbuf.c
/home/mhohmuth/priv/src/rockbox/rockbox/apps/pcmbuf.c: In function ‘pcmbuf_fade’:
/home/mhohmuth/priv/src/rockbox/rockbox/apps/pcmbuf.c:1122:9: warning: implicit declaration of function ‘thread_set_priority’
LD rockboxui
/home/mhohmuth/priv/src/rockbox/rockbox/build.sim/apps/pcmbuf.o: In function `pcmbuf_fade’:
/home/mhohmuth/priv/src/rockbox/rockbox/apps/pcmbuf.c:1122: undefined reference to `thread_set_priority’ /home/mhohmuth/priv/src/rockbox/rockbox/apps/pcmbuf.c:1143: undefined reference to `thread_set_priority’ collect2: ld returned 1 exit status
The offending source-code lines were introduced as part of the audio-mixer commit, r30097.
Closed by Michael Sevakis
2011-07-06 02:24
Reason for closing: Fixed
Additional comments about closing:
2011-07-06 02:24
Reason for closing: Fixed
Additional comments about closing:
FS#30124
hmmm….I probably forgot to add checks for HAVE_PRIORITY_SCHEDULING around the calls.