Wp34s - How to compile realbuild flash bin?
|
04-16-2023, 10:43 AM
(This post was last modified: 04-16-2023 03:29 PM by lamaflieger.)
Post: #1
|
|||
|
|||
Wp34s - How to compile realbuild flash bin?
Hello,
i want to make some minor changes on the Wp34s relating the units-conversion. i am on a Win10 System. Is there a manual/description what i need to compile the WP34s bin? Best regards Christoph |
|||
04-17-2023, 10:16 AM
Post: #2
|
|||
|
|||
RE: Wp34s - How to compile realbuild flash bin?
Here's some instructions for compiling under Windows 7 that I wrote back in 2012 (!)
Building the WP-34s firmware on a computer running 64-bit Windows 7 This may still work - I tend to use Linux now for compiling. Incidentally, these instructions are as old as the laptop that I am still using today - I'm rather proud of this! Nigel (UK) |
|||
04-18-2023, 01:10 AM
Post: #3
|
|||
|
|||
RE: Wp34s - How to compile realbuild flash bin? | |||
04-18-2023, 03:48 PM
Post: #4
|
|||
|
|||
RE: Wp34s - How to compile realbuild flash bin?
Thanks for your help.
It tried to compile on the Win10 with this error: Maybe someone has an idea? If not i will try it on linux. flash-build.log: Code: arm-none-eabi-gcc.exe (GCC) 4.6.0 |
|||
04-19-2023, 07:37 PM
Post: #5
|
|||
|
|||
RE: Wp34s - How to compile realbuild flash bin?
Looking at the WP34S source code (r3914) I see that the function shutdown_calc doesn't seem to be defined anywhere, although shutdown is. Looking at this Sourceforge page I see that some functions, including shutdown, were renamed in release 3912; perhaps this hasn't been completed?
My recommendation: change all occurrences of shutdown_calc to shutdown. Since you don't appear to be using iOS this shouldn't cause any further problems, and it may fix the existing one. Nigel (UK) |
|||
06-03-2023, 03:07 PM
Post: #6
|
|||
|
|||
RE: Wp34s - How to compile realbuild flash bin?
lamaflieger Wrote:It tried to compile on the Win10 with this error: I see an error saying it cannot find 'Git'. Git is a revision control system. Presumably, one of your makefiles is set up to pull any updates down from a public repository to your local drive, so that you're always building off of something like a "latest stable version" branch. If you have a complete set of source code and you don't want to fool around with Git, you'll have to strip that part out from your makefile(s) so it just builds what you have there. Daily drivers: 15c, 32sII, 35s, 41cx, 48g, WP 34s/31s. Favorite: 16c. Latest: 15ce, 48s, 50g. Gateway drug: 28s found in yard sale ~2009. |
|||
06-03-2023, 10:22 PM
Post: #7
|
|||
|
|||
RE: Wp34s - How to compile realbuild flash bin?
The bit using git is extracting the version number of the source code to include in the final image. It's not critical but is useful.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)