![]() |
Help building WP34s calc.bin - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: Help building WP34s calc.bin (/thread-211966.html) |
Help building WP34s calc.bin - Ed Wright - 02-18-2012 I'm trying to build calc.bin for WP34s for the first time. I have followed the instructions shown at http://sourceforge.net/apps/mediawiki/wp34s/index.php?title=How_to_build_the_firmware
I can successfully build the emulator, but not calc.bin. I enter win-build-arm.cmd, and I get the following warning: /pathname/ld.exe: warning: cannot find entry symbol entry; not setting start address followed by chcp 850 Re: Help building WP34s calc.bin - Marcus von Cube, Germany - 02-18-2012 Ed, the cmd file you are using isn't the same I'm using. In the root directory you will find flash.cmd instead.
This might still not explain your trouble. Is Yagarto.de installed? If you run the flash.cmd script a log file will be generated which I may be able to analyze.
Re: Help building WP34s calc.bin - Dominic Richens - 02-18-2012 Quote: that doesn't work for me either, however this does:
cd wp34s Re: Help building WP34s calc.bin - Dominic Richens - 02-18-2012 Quote:
Thanks Marcus - I'll update the wiki accordingly.
Re: Help building WP34s calc.bin - Ed Wright - 02-18-2012 Yegarto.de is installed. My environment is Windows7. Following is the content of flash-build.log.
arm-none-eabi-gcc (GCC) 4.6.2
cc -Wall -Werror -O1 -g -DHOSTBUILD -DREALBUILD -o windows32_realbuild/genfont.exe genfont.c
make: *** [windows32_realbuild/genfont.exe] Error 2
Re: Help building WP34s calc.bin - pascal_meheut - 02-19-2012 You also ned a normal, windows compiler. Did you install mingw & perl? Or cygwin?
Do you have a "cc" compiler in your path?
Re: Help building WP34s calc.bin - Marcus von Cube, Germany - 02-19-2012 The makewin script contains the call to make so going back to trunk and running make again is not needed.
As Pascal has pointed out, Ed is obviously missing the Windows GCC.
Re: Help building WP34s calc.bin - Ed Wright - 02-19-2012 Yes to mingw and activePerl. I also have Visual Studio. Since the emulator builds and works I assumed these were working.
Re: Help building WP34s calc.bin - pascal_meheut - 02-19-2012 minwg is not used to build the emulator, at least not the current one.
What happens if you simply type "cc" in your command line?
Re: Help building WP34s calc.bin - Ed Wright - 02-19-2012 not recognized.
Re: Help building WP34s calc.bin - Ed Wright - 02-19-2012 I'm downloading Gnu tools now. I was following the wiki. I'll let you know how it goes. Thanks for all the help!
Re: Help building WP34s calc.bin - Dominic Richens - 02-19-2012 Hi Ed, If you get a sourceforge account, you can correct the wiki instructions yourself. If not, please let me know what's wrong and I'll update them. cheers!
dominic
|