Welcome to the Rockbox Technical Forums!
mcuelenaere.I really do not understand what I'm doing wrong.I follewed these instructions to to the tee http://www.rockbox.org/twiki/bin/view/Main/CygwinDevelopmentWhich included running the setup a second time using the -X optionThis is what i get when I try to compile Dam Mediafire.( Picture not showing at time of this post)The error message says mipsel-elf-gcc: Command not foundNext error is mipsel-elf-ld: Command not found
Once in the build folder I typed this during my second try export PATH=/usr/local/arm-elf/bin:$PATH
Please don't ask for tech support in the New Ports forum. We even have a sticky saying not to do it.Quote from: dude0316 on March 23, 2009, 01:05:58 PMmcuelenaere.I really do not understand what I'm doing wrong.I follewed these instructions to to the tee http://www.rockbox.org/twiki/bin/view/Main/CygwinDevelopmentWhich included running the setup a second time using the -X optionThis is what i get when I try to compile Dam Mediafire.( Picture not showing at time of this post)The error message says mipsel-elf-gcc: Command not foundNext error is mipsel-elf-ld: Command not foundThese mean you either didn't install the compiler, or installed it but did not add it to your path.Quote from: dude0316 on March 23, 2009, 01:05:58 PMOnce in the build folder I typed this during my second try export PATH=/usr/local/arm-elf/bin:$PATHarm-elf is the compiler for arm targets, not mips targets. Did you install the mips compiler? If so, you should add the path to the mips compiler here.If not, go back to the beginning, and this time install the mips compiler.
uploaded a bootloader here, but you really should try getting the Development environment to work.
Well, the obvious place to look would be /usr/local/mipsel-elf/bin. If the missing items are located there, then add this directory to your path.
...Now that I can test my work I.m going to try and write the audio driver. I have never done anything like this. Worst case I'll fail bad but ohwell it should be fun trying.
Irc will be a new thing to learn. Although I feel commited now. Although in order to test my work I need to boot and test. Right now I get one boot out of maybe 25 tries. Here is there error code from terminal[INFO] Searching for device...[INFO] Found device, uploading application.[INFO] Start![INFO] Using built-in jz_xloader.bin[INFO] GET_CPU_INFO: JZ4740V1[INFO] SET_DATA_ADDRESS to 0x80000000... Done![INFO] Sending data... Done![INFO] Verifying data... Done![INFO] Booting device STAGE1... Done![INFO] GET_CPU_INFO: [ERR] Error sending control message (-71, error sending control message: Protocol error)[INFO] Booting device STAGE2...[ERR] Error sending control message (-71, error sending control message: Protocol error)[INFO] Done!I can not figure out why it only some times work. I get that (-71, error sending control message: Protocol error) 24 out of 25 times. Does anyone know why ?Before I try again I hold down the m button and hit the reset switch
Page created in 0.078 seconds with 15 queries.