Hi there!

I'm trying to build the bootloader for a sansa e200 according to Daniels
instructions: http://daniel.haxx.se/sansa/e200.html

unfortunately, make complains that adc-target.h is missing:
gmake
gmake[1]: `rdf2binary' is up to date.
gmake[1]: `convbdf' is up to date.
gmake[1]: `bmp2rb' is up to date.
gmake[1]: `codepages' is up to date.
gmake[1]: *** No rule to make target `adc-target.h', needed by
`/usr/home/kosta/rockbox-build/rockbox-devel/build/firmware/drivers/button.o'.
 Stop.
gmake: *** [all] Error 2

(using gmake cause its a freebsd system)

find ../firmware -iname adc-target.h
../firmware/target/arm/gigabeat/meg-fx/adc-target.h
../firmware/target/arm/iriver/h10/adc-target.h
../firmware/target/coldfire/iaudio/x5/adc-target.h

So it seems that the file really is missing, because the e200 cant
access these headers.

Daniel, did you forget to check it in or is my build environment messed up?

Kosta

Reply via email to