Post Reply 
DB48X: HP48-like RPL implementation for DM42
08-10-2023, 02:47 PM
Post: #83
RE: DB48X: HP48-like RPL implementation for DM42
(08-10-2023 08:06 AM)gwh Wrote:  
(08-10-2023 05:51 AM)nickapos Wrote:  Hi, I am following the discussion and tried to compile the simulator.
I got this error:

nickapos@MacBook-Pro.local ~/t/DB48X-on-DM42 > make sim 06:48:03
mkdir -p build/DM42/release
touch build/DM42/release/.exists
echo "#define DB48X_VERSION "0.4.1"" > build/DM42/release/version-0.4.1.h
cp build/DM42/release/version-0.4.1.h src/dmcp/version.h
cd sim; qmake simulator.pro -o simulator.mak CONFIG+=release
Info: creating stash file /Users/nickapos/testing/DB48X-on-DM42/sim/.qmake.stash
WARNING: Failure to find: ../recorder/recorder.c
WARNING: Failure to find: ../recorder/recorder_ring.c
make: *** No rule to make target `sim/gcc111libbid-Darwin-x86_64.a', needed by `sim/gcc111libbid.a'. Stop.
nickapos@MacBook-Pro.local ~/t/DB48X-on-DM42 >

I have installed all the dependencies so I wonder what am I missing here. Can you advise please?

You have to fetch the submodules. Either by
Code:
git clone --recursive https://…
or by running
Code:
git submodule init; git submodule update
(not 100% sure of the syntax but that's the idea.)
Thank you very much, I got the dependencies cloned, and I am now getting an error about the intel floating point library.

nickapos@MacBook-Pro.local ~/t/DB48X-on-DM42 > make sim 13:24:46
mkdir -p build/DM42/release
touch build/DM42/release/.exists
echo "#define DB48X_VERSION \"0.4.1\"" > build/DM42/release/version-0.4.1.h
cp build/DM42/release/version-0.4.1.h src/dmcp/version.h
cd sim; qmake simulator.pro -o simulator.mak CONFIG+=release
Info: creating stash file /Users/nickapos/testing/DB48X-on-DM42/sim/.qmake.stash
make: *** No rule to make target `sim/gcc111libbid-Darwin-x86_64.a', needed by `sim/gcc111libbid.a'. Stop.

I am not sure what package to install to resolve this dependency issue. Investigating
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: DB48X: HP48-like RPL implementation for DM42 - nickapos - 08-10-2023 02:47 PM
DB48X v0.4.8 is out - c3d - 10-22-2023, 11:31 PM
Release v0.5.0: Statistics and flags - c3d - 11-20-2023, 08:57 AM
v0.6.5: Minor bug fixes - c3d - 02-11-2024, 11:23 PM
Release 0.7.1 "Whip" - Bug fixes - c3d - 03-04-2024, 12:46 AM
DB48X v0.7.4 release is out - c3d - 04-14-2024, 03:05 PM
DB48X v0.7.6: Solving menu - c3d - Yesterday, 12:04 AM



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