Giter Club home page Giter Club logo

Comments (3)

freepdk avatar freepdk commented on August 9, 2024

Looks like you have a compiler problem.

Generally It would be nice to include a proper problem description and complete output of the make command. So others could verify / recreate your problem.

e.g. instead of "MSYS (windows)":
MSYS2 x86_64 on Windows 10 64 bit, cc = gcc 6.4.0
or instead of "rexent distribution of Mint":
Mint Tessa 64 bit, using cc = gcc / clang ...)

For me it compiles just fine (MacOS X 10.14, cc=Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: x86_64-apple-darwin18.2.0):

$ make
cc -Wall -O2 -std=c99 -Iinclude -c -o pdkformat/pdkformat.o pdkformat/pdkformat.c
cc -Wall -O2 -std=c99 -Iinclude -c -o emucpu/emucpu.o emucpu/emucpu.c
cc -Wall -O2 -std=c99 -Iinclude -c -o opcode/opcode13.o opcode/opcode13.c
cc -Wall -O2 -std=c99 -Iinclude -c -o opcode/opcode14.o opcode/opcode14.c
cc -Wall -O2 -std=c99 -Iinclude -c -o opcode/opcode15.o opcode/opcode15.c
cc -Wall -O2 -std=c99 -Iinclude -c -o opcode/opcode16.o opcode/opcode16.c
cc -Wall -O2 -std=c99 -Iinclude -c -o disass/disass13.o disass/disass13.c
cc -Wall -O2 -std=c99 -Iinclude -c -o disass/disass14.o disass/disass14.c
cc -Wall -O2 -std=c99 -Iinclude -c -o disass/disass15.o disass/disass15.c
cc -Wall -O2 -std=c99 -Iinclude -c -o disass/disass16.o disass/disass16.c
cc -Wall -O2 -std=c99 -Iinclude -c -o cpuvariant/generic.o cpuvariant/generic.c
cc -Wall -O2 -std=c99 -Iinclude -c -o cpuvariant/pmx150.o cpuvariant/pmx150.c
cc -Wall -O2 -std=c99 -Iinclude -c -o cpuvariant/pmx154.o cpuvariant/pmx154.c
cc -Wall -O2 -std=c99 -Iinclude -o depdk depdk.c pdkformat/pdkformat.o
strip depdk
cc -Wall -O2 -std=c99 -Iinclude -o dispdk dispdk.c pdkformat/pdkformat.o emucpu/emucpu.o opcode/opcode13.o opcode/opcode14.o opcode/opcode15.o opcode/opcode16.o disass/disass13.o disass/disass14.o disass/disass15.o disass/disass16.o cpuvariant/generic.o cpuvariant/pmx150.o cpuvariant/pmx154.o
strip depdk
cc -Wall -O2 -std=c99 -Iinclude -o emupdk emupdk.c pdkformat/pdkformat.o emucpu/emucpu.o opcode/opcode13.o opcode/opcode14.o opcode/opcode15.o opcode/opcode16.o disass/disass13.o disass/disass14.o disass/disass15.o disass/disass16.o cpuvariant/generic.o cpuvariant/pmx150.o cpuvariant/pmx154.o
strip depdk

from fppa-pdk-tools.

spth avatar spth commented on August 9, 2024

I can reproduce the issue using GCC 8.2.0 on Debian GNU/Linux. I'll see if I can find an easy fix tonight.

Philipp

from fppa-pdk-tools.

freepdk avatar freepdk commented on August 9, 2024

fixed by PR #2 from spth.

from fppa-pdk-tools.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.