Post Reply 
Yet another HP simulator (using C + X11)
10-04-2021, 12:56 PM
Post: #4
RE: Yet another HP simulator (using C + X11)
(10-04-2021 11:18 AM)Mike T. Wrote:  It would be useful to know what version of Linux and gcc you used.

Looks very nice, Mike!

Compiled and ran in Fedora 34, GCC is "gcc version 11.2.1 20210728 (Red Hat 11.2.1-1) (GCC)". Had to add "-fcommon" to FLAGS in makefile, otherwise quite a few "multiple definition of ..." linker errors popped up. Please try to add "-fno-common" on your machine to see them for yourself. If I understand correctly, GCC defaults to "-fno-common" in the newest versions so you'd probably want to clean up the code and avoid those multiple definitions.

And one runtime nitpick: the programs looks to be consuming 100% of CPU power even when not being used.

Overall it's a great start, I love the looks!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Yet another HP simulator (using C + X11) - vaklaff - 10-04-2021 12:56 PM



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