Post Reply 
WP-34S --> WP-30S: Reduce / Reuse / Repurpose
02-05-2014, 04:26 PM (This post was last modified: 02-05-2014 06:03 PM by Marcus von Cube.)
Post: #18
RE: WP-34S --> WP-30S: Reduce / Reuse / Repurpose
I have to check what is going wrong here when I'm back home. The error message doesn't lock quite right to me.

Edit: I checked the output again and it looks like the Makefile is trying to compile the decNumber library with the cross compiler. This should not happen because the cross compiler is meant to compile the complete source tree in one go. decNumber is included as source, not linked in.

OTH, decNumer is compiled with the host compiler to create the utilities which in turn produce some of the input files for the cross compiler. Check, if you did accidentally provide the wrong name for the host compiler in your Makefile.

On more remark: I had bad luck with any ARM-GCC version beyond 4.6.0. The code produced is smaller but does not work properly.

Marcus von Cube
Wehrheim, Germany
http://www.mvcsys.de
http://wp34s.sf.net
http://mvcsys.de/doc/basic-compare.html
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: WP-34S --> WP-30S: Reduce / Reuse / Repurpose - Marcus von Cube - 02-05-2014 04:26 PM



User(s) browsing this thread: 1 Guest(s)