This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12179 - Simulator build fails when using "configure --sdl-threads"
Attached to Project:
Rockbox
Opened by sideral (sideral) - Monday, 04 July 2011, 15:14 GMT+2
Last edited by Michael Sevakis (MikeS) - Wednesday, 06 July 2011, 04:24 GMT+2
Opened by sideral (sideral) - Monday, 04 July 2011, 15:14 GMT+2
Last edited by Michael Sevakis (MikeS) - Wednesday, 06 July 2011, 04:24 GMT+2
|
DetailsI 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. |
This task depends upon
Closed by Michael Sevakis (MikeS)
Wednesday, 06 July 2011, 04:24 GMT+2
Reason for closing: Fixed
Additional comments about closing: FS#30124
Wednesday, 06 July 2011, 04:24 GMT+2
Reason for closing: Fixed
Additional comments about closing: FS#30124
hmmm....I probably forgot to add checks for HAVE_PRIORITY_SCHEDULING around the calls.