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

Compiling OpeniBoot for iPod touch 1G #5

Open
dksite opened this issue Apr 25, 2010 · 3 comments
Open

Compiling OpeniBoot for iPod touch 1G #5

dksite opened this issue Apr 25, 2010 · 3 comments

Comments

@dksite
Copy link

dksite commented Apr 25, 2010

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

@splatterb0y
Copy link
Contributor

Comment line 117/118 in wm8958.c out

@terinjokes
Copy link

Fixed on the terinjokes/itouchlinux fork

@terinjokes
Copy link

This should be fixed in this repo, if someone else confirms that it is, please close this item.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants