Rockbox Development > New Ports
Ingenic Jz4740/Jz4732 players
slowmoe:
i tried revision 19998
thanks for the tip with reset hole
mcuelenaere:
--- Quote from: jaining on February 16, 2009, 10:17:01 AM ---did you get this error when compiling bootloader for vx747:
CC tools/mkboot
CONVBDF fonts/08-Schumacher-Clean.bdf
CC bootloader/common.c
/home/aizyctech/rockbox/rockboxcurrent/bootloader/common.c: In function ‘load_firmware’:
/home/aizyctech/rockbox/rockboxcurrent/bootloader/common.c:170: warning: suggest parentheses around arithmetic in operand of |
make: *** No rule to make target `rockboxlogo.h', needed by `/home/aizyctech/rockbox/rockboxcurrent/build/bootloader/ondavx747.o'. Stop.
i tried all releases, but same problem.
jaining
--- End quote ---
Yes, I know this is a problem in the bootloader in SVN currently, if you want it to compile just remove the '#include "rockboxlogo.h"' line and all references to rockboxlogo.
Actually, you don't need the bootloader. You can just compile the main firmware and copy rockbox.bin as onda.bin and do 'usbtool 10' on it; this will give the same effect as running the bootloader with the firmware.
jaining:
thank you for your reply mcuelenaere
i tried compiling the main firmware also, but it also breaks. Here is the error
LD rockbox.elf
/home/rockbox/rockboxcurrent/build/apps/keymaps/keymap-touchscreen.o: In function `get_context_mapping':
(.text.get_context_mapping+0x28): undefined reference to `target_get_context_mapping'
/home/rockbox/rockboxcurrent/build/apps/keymaps/keymap-touchscreen.o: In function `get_context_mapping':
(.text.get_context_mapping+0x2c): undefined reference to `target_get_context_mapping'
collect2: ld returned 1 exit status
make: *** [/home/rockbox/rockboxcurrent/build/rockbox.elf] Error 1
maybe i am doing something wrong?
slowmoe:
@ jaining
I commented this line out:
if ((context&CONTEXT_REMOTE) || (context&CONTEXT_CUSTOM2))
return target_get_context_mapping(context&(~CONTEXT_CUSTOM2));
it's at the end of "keymap-touchscreen.o"
mcuelenaere:
--- Quote from: jaining on February 16, 2009, 11:51:25 AM ---thank you for your reply mcuelenaere
i tried compiling the main firmware also, but it also breaks. Here is the error
LD rockbox.elf
/home/rockbox/rockboxcurrent/build/apps/keymaps/keymap-touchscreen.o: In function `get_context_mapping':
(.text.get_context_mapping+0x28): undefined reference to `target_get_context_mapping'
/home/rockbox/rockboxcurrent/build/apps/keymaps/keymap-touchscreen.o: In function `get_context_mapping':
(.text.get_context_mapping+0x2c): undefined reference to `target_get_context_mapping'
collect2: ld returned 1 exit status
make: *** [/home/rockbox/rockboxcurrent/build/rockbox.elf] Error 1
maybe i am doing something wrong?
--- End quote ---
No you're not :)
Another fault on my side, I forgot to commit a file..
Try compiling with the latest SVN revision (the bootloader 'bug' is still present though).
edit:
to 'fix' the bootloader 'bug', comment #include "rockboxlogo.h" and the body of show_logo().
edit2:
I got rid of the bootloader 'bug'
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version