Rockbox Development > Starting Development and Compiling
Stupid USB stack question
Mad Cow:
Looks like the PP USB stack is progressing pretty well to me, seems like there's some UMS drivers already. I read that you have to define USE_ROCKBOX_USB, but I have no idea where to define it. Is the file you have to modify in the target's directory, the arm directory or somewhere else?
cool_walking_:
Add "-DUSE_ROCKBOX_USB" to the end of EXTRA_DEFINES in /rockbox/build-dir/Makefile.
GodEater:
Or you can probably use this command line :
--- Code: ---CFLAGS=-DUSE_ROCKBOX_USB make
--- End code ---
When you kick off the build.
AlexP:
Or add #define USE_ROCKBOX_USB to /firmware/export/config-e200.h whilst replacing config-e200.h with config-your_target.h
Mad Cow:
Thanks, but that didn't seem to do anything. Maybe the USB stack isn't as far along as I thought.
Navigation
[0] Message Index
[#] Next page
Go to full version