Rockbox Technical Forums

Rockbox Development => Starting Development and Compiling => Topic started by: ghet0skate0 on August 27, 2006, 04:43:47 AM

Title: e200 make
Post by: ghet0skate0 on August 27, 2006, 04:43:47 AM
so im slowly figuring this out and i did the whole configure command to make the "make" file for the sansa e200
then i typed "make" and pressed enter and it started doing its thing but it failed at "button.o'"
the error it gave me was
make[1]: *** no rule ro make targer 'adc-targeer.h', needed by '/home/oweeeeo/rockbox-devel/firmware/drivers/button.o'.   Stop.
the file is there and i tried setting the make file up quite a few times but it fails there
any help?
Title: Re: e200 make
Post by: Llorean on August 27, 2006, 04:45:37 AM
Are you trying to make the simulator, bootloader, or normal build?
Title: Re: e200 make
Post by: ghet0skate0 on August 27, 2006, 04:53:28 AM
a normal build
im trying to put patches on my sansa e260
or just learn the program
Title: Re: e200 make
Post by: Bagder on August 27, 2006, 06:30:54 AM
For Sansa e200 you can only build a bootloader so far.

And even that won't do anything yet but only serves as a platform to easily build your own test programs.

I'll welcome patches that let you build a Sansa simulator.