Post Reply 
[WP34s] yreg is not shown.
06-15-2014, 09:27 AM (This post was last modified: 06-15-2014 09:28 AM by Nobby K..)
Post: #1
[WP34s] yreg is not shown.
Hi all,

I can not show yreg on dotmatrix display.
"y.md" is constantly shown.

Could you help me?

I modified following flags in trunk/features.h and compile on Ubuntu14.04(arm64) with gcc 4.8.2.
Code:

enable INCLUDE_EEX_PI
enable INCLUDE_SIGFIG_MODE
disable INCLUDE_YREG_HMS
enable SHOW_STACK_SIZE

Flag L is set.

And some bug?
If define SHIFT_AND_CMPLX_SUPPRESS_YREG in trunk/features.h ,
compile is failed with errror message follows.
Code:

display.c: In function 'annunciators':
display.c:665:2: error: label 'no_copy' defined but not used [-Werror=unused-label]
Find all posts by this user
Quote this message in a reply
06-15-2014, 10:27 AM
Post: #2
RE: [WP34s] yreg is not shown.
(06-15-2014 09:27 AM)Nobby K. Wrote:  I can not show yreg on dotmatrix display.
"y.md" is constantly shown.

Could you help me?

Maybe, but I can't reproduce your observation. With the newest build (3666), RESET, YDON, and Y.MD, everything looks as advertized here. Please specify build number and settings you used.

d:-?
Find all posts by this user
Quote this message in a reply
06-15-2014, 11:00 AM
Post: #3
RE: [WP34s] yreg is not shown.
Thank you walter!

YDON is correct.
I miss reading doc/README.TXT.

Build is 3668, currentry SVN head.
I'd like to be fixed the reported compile error.
Find all posts by this user
Quote this message in a reply
06-15-2014, 11:17 AM
Post: #4
RE: [WP34s] yreg is not shown.
(06-15-2014 11:00 AM)Nobby K. Wrote:  YDON is correct. I miss reading doc/README.TXT.

Build is 3668, currentry SVN head. I'd like to be fixed the reported compile error.

To find the build you are actually using, please call VERS (it's in X.FCN). Reading the manual may help as well - there is a free edition available for download here, newer editions are available as printed copies.

I don't really get why you compile so far. Please explain a bit.

d:-?
Find all posts by this user
Quote this message in a reply
06-15-2014, 11:27 AM
Post: #5
RE: [WP34s] yreg is not shown.
(06-15-2014 09:27 AM)Nobby K. Wrote:  And some bug?

We make no guarantee that the options in features.h can be enabled in any combination beyond the specific set in the repository (i.e. the absolute standard 34S settings). There are way too many combinations to verify each possibility.

The five options you are talking about were late implementations not done by Marcus or myself. After a quick glance at the code, it looks like the SHIFT_AND_CMPLX_SUPPRESS_YREG option is the cause.

Caveat emptor.


- Pauli
Find all posts by this user
Quote this message in a reply
06-15-2014, 11:40 AM
Post: #6
RE: [WP34s] yreg is not shown.
(06-15-2014 11:17 AM)walter b Wrote:  
(06-15-2014 11:00 AM)Nobby K. Wrote:  YDON is correct. I miss reading doc/README.TXT.

Build is 3668, currentry SVN head. I'd like to be fixed the reported compile error.

To find the build you are actually using, please call VERS (it's in X.FCN). Reading the manual may help as well - there is a free edition available for download here, newer editions are available as printed copies.

I don't really get why you compile so far. Please explain a bit.

d:-?

Download SVN head(3667) and compile them, then it returns 3668 when call VERS.

The reason of self compiling is that I want to try new features.

Thank you.
Find all posts by this user
Quote this message in a reply
06-15-2014, 11:43 AM
Post: #7
RE: [WP34s] yreg is not shown.
(06-15-2014 11:27 AM)Paul Dale Wrote:  
(06-15-2014 09:27 AM)Nobby K. Wrote:  And some bug?

We make no guarantee that the options in features.h can be enabled in any combination beyond the specific set in the repository (i.e. the absolute standard 34S settings). There are way too many combinations to verify each possibility.

The five options you are talking about were late implementations not done by Marcus or myself. After a quick glance at the code, it looks like the SHIFT_AND_CMPLX_SUPPRESS_YREG option is the cause.

Caveat emptor.


- Pauli

Hi Pauli,

Thank you for your quick fix.
I understand that there is no guarantee about these options.
Find all posts by this user
Quote this message in a reply
06-15-2014, 11:53 AM
Post: #8
RE: [WP34s] yreg is not shown.
(06-15-2014 11:40 AM)Nobby K. Wrote:  The reason of self compiling is that I want to try new features.

Enjoy (and good luck)!

d:-)
Find all posts by this user
Quote this message in a reply
06-27-2014, 10:04 PM
Post: #9
RE: [WP34s] yreg is not shown.
This was my mistake. These days I read the forum less frequently, that's why I didn't respond immediately. Feel free to send me a message if you notice any problem with the Y register display, especially if it isn't trivial to debug or fix.
Find all posts by this user
Quote this message in a reply
Post Reply 




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