bugGNU Octave - Bugs: bug #66714, Communications issue with biterr...

 
 

bug #66714: Communications issue with biterr function

Submitter:  None
Submitted:  Sun 26 Jan 2025 02:55:14 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  Need Info Assigned to:  None
Originator Name:  Eddy Search Originator Email:  -email is unavailable-
Open/Closed:  * Open Release:  * 9.3.0
Operating System:  * Mac OS Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 26 Jan 2025 07:51:25 PM UTC, comment #1: 

Maybe the binary modules didn't compile and you only got the .m file functions.
First off, you could look in the path:

  • to see whether the map with binary modules is in the path;
  • if __errcore__   is in that subdir.


E.g., on my Windows 10 system:

>> path

Octave's search path contains the following directories:

.
C:\Programs\Octave\Octave-10.0.0-20240121H\mingw64\lib\octave\packages\communications-1.2.6\x86_64-w64-mingw32-api-v59
C:\Programs\Octave\Octave-10.0.0-20240121H\mingw64\share\octave\packages\communications-1.2.6
:


and  __errcore__ is here:

>> which __errcore__
'__errcore__' is a function from the file C:\Programs\Octave\Octave-10.0.0-20240121H\mingw64\lib\octave\packages\communications-1.2.6\x86_64-w64-mingw32-api-v59\__errcore__.oct

If __errcore__ is not there others here may jump in to help you further. I have neither a MacOS system nor experience with building on that platform.

Philip Nienhuis <philipnienhuis>
Group Member
Sun 26 Jan 2025 02:55:14 PM UTC, original submission:  

Using Intel iMac with Sequoia 15.2 and Macports. installed Octave.  Packages appear to be installed ok from terminal as 'make' errors occur with -forge installation within octave.
I have also installed HDF5
Some Communications functions seem ok but biterr fails with:
  error: '__errcore__' undefined near line 146, column 9
  error: called from
      biterr at line 146 column 7
      Channel_Simulation_PSK at line 131 column 36
Have tried to reinstall everything from Macports, Octave packages but this problem seems consistent.
Can't find _errcore_ one my system.
Any ideas please

PS my script works fine on M2 Macs and Windows machines

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2025-01-26 philipnienhuis StatusNone Need Info

    Back to the top

    Powered by Savane 3.14-9aa3.
    Corresponding source code