Rockbox Development > Starting Development and Compiling
Is there an easy way to convert a .rock file into a .c file?
(1/1)
Job Van Dam:
Is there an easy way to convert a .rock file into a .c file?
I wrote my own plugin but it needs updating and I'm an idiot so I may have deleted the source. It's the smallest plugin ever but because of my unfamilarity with Rockbox it's going to take a few days to do it and if possible I'd like to avoid that.
Thank you.
gnu:
No, you can't convert a .rock file to a .c file, since the .c file got translated into machine code by the compiler. Therefore, you could only convert your .rock file into assembler code, which would be quite useless.
Navigation
[0] Message Index
Go to full version