Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build SimH with latest release of the PiDP11 software #2

Open
rricharz opened this issue Jan 29, 2022 · 0 comments
Open

Cannot build SimH with latest release of the PiDP11 software #2

rricharz opened this issue Jan 29, 2022 · 0 comments

Comments

@rricharz
Copy link
Owner

The following error message may be displayed during the installation of the pidp11_dectape driver and the pidp11_magtape driver:

/usr/bin/ld: /tmp/ccquTRYK.o:(.bss+0x186c): multiple definition of `realcons_event_cpu_reset'; /tmp/ccxgWVqM.o:(.bss+0x68): first defined here
collect2: error: ld returned 1 exit status
make: *** [quickmake:122: ../bin-rpi/pdp11_realcons] Error 1

This is due to an inconsistence in the latest PiDP-11 software installed with
sudo wget https://www3.ispnet.net/pidp11/pidp11.tar.gz

To fix this problem, line 723 in /opt/pidp11/src/02.3_simh/4.x+realcons/src/PDP11/pdp11_cpu.c needs to be changed from
console_controller_event_func_t realcons_event_cpu_reset;
to
extern console_controller_event_func_t realcons_event_cpu_reset;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant