HP Forums
[WP34s] yreg is not shown. - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not quite HP Calculators - but related (/forum-8.html)
+--- Thread: [WP34s] yreg is not shown. (/thread-1622.html)



[WP34s] yreg is not shown. - Nobby K. - 06-15-2014 09:27 AM

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]



RE: [WP34s] yreg is not shown. - walter b - 06-15-2014 10:27 AM

(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:-?


RE: [WP34s] yreg is not shown. - Nobby K. - 06-15-2014 11:00 AM

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.


RE: [WP34s] yreg is not shown. - walter b - 06-15-2014 11:17 AM

(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:-?


RE: [WP34s] yreg is not shown. - Paul Dale - 06-15-2014 11:27 AM

(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


RE: [WP34s] yreg is not shown. - Nobby K. - 06-15-2014 11:40 AM

(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.


RE: [WP34s] yreg is not shown. - Nobby K. - 06-15-2014 11:43 AM

(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.


RE: [WP34s] yreg is not shown. - walter b - 06-15-2014 11:53 AM

(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:-)


RE: [WP34s] yreg is not shown. - Bit - 06-27-2014 10:04 PM

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.