N
N
Nikita Kargin2021-08-31 17:36:57
Emulators
Nikita Kargin, 2021-08-31 17:36:57

How to run the emulator?

I want to run the HP2100 emulator. I downloaded the emulator from this site . The instructions indicate in the root directory to run this:
make –C SCP hp2100
Launched, but the assembly does not work - gives the following error:
612e3e72bc417532013996.png
Help me figure it out - at least where to dig

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2021-08-31
@Pakonigoosy

Help me figure it out - at least where to dig

There is no setenv function in mingw .
Possible courses of action:
- посмотреть зачем эта функция используется и нельзя ли её заменить на что-нибудь другое;
- собирать не под mingw а под что-нибудь другое (нативно/под WSL/под cygwin);
- посмотреть не зарепорчен ли этот баг другими пользователями этого эмулятора, зарепортить если нет, посмотреть что скажут.

I looked at the code, you can change line 4345 from #if defined (_MSC_VER)to #if defined (_MSC_VER) || 1.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question