You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone else get this error when doing "PLATFORM=IPOD make"?
arm-elf-gcc -Iincludes -Wall -Werror -O3 -DCONFIG_IPOD -DOPENIBOOT_VERSION="0.1" -DOPENIBOOT_VERSION_BUILD="1b4689e" -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c wm8958.c -o wm8958.o
wm8958.c: In function ‘audiohw_play_pcm’:
wm8958.c:117: error: ‘BB_I2S’ undeclared (first use in this function)
wm8958.c:117: error: (Each undeclared identifier is reported only once
wm8958.c:117: error: for each function it appears in.)
wm8958.c:118: error: ‘DMA_BB_I2S_TX’ undeclared (first use in this function)
make: *** [wm8958.o] Error 1
The text was updated successfully, but these errors were encountered:
Does anyone else get this error when doing "PLATFORM=IPOD make"?
arm-elf-gcc -Iincludes -Wall -Werror -O3 -DCONFIG_IPOD -DOPENIBOOT_VERSION="0.1" -DOPENIBOOT_VERSION_BUILD="1b4689e" -mlittle-endian -mfpu=vfp -mthumb -mthumb-interwork -c wm8958.c -o wm8958.o
wm8958.c: In function ‘audiohw_play_pcm’:
wm8958.c:117: error: ‘BB_I2S’ undeclared (first use in this function)
wm8958.c:117: error: (Each undeclared identifier is reported only once
wm8958.c:117: error: for each function it appears in.)
wm8958.c:118: error: ‘DMA_BB_I2S_TX’ undeclared (first use in this function)
make: *** [wm8958.o] Error 1
The text was updated successfully, but these errors were encountered: