GithubHelp home page GithubHelp logo

debian mipsel build issues about castxml HOT 5 CLOSED

castxml avatar castxml commented on July 23, 2024
debian mipsel build issues

from castxml.

Comments (5)

bradking avatar bradking commented on July 23, 2024

Thanks. What is the output of

$ gcc -c test/input/GNU-float128.c ; echo $?

on this architecture?

from castxml.

smr99 avatar smr99 commented on July 23, 2024

Brad: did not run your test, but I thought I'd mention that Debian has at least 7 architectures showing the same failure: https://buildd.debian.org/status/package.php?p=castxml&suite=unstable

In each case, all six "float128" tests fail. Is there a way you can condition the test on the existence of the __float128 type?

from castxml.

bradking avatar bradking commented on July 23, 2024

@smr99 Yes, I've already drafted changes to make the float128 tests conditional based on the results of running gcc on the corresponding source file. That's why I want to verify that gcc fails as expected to build the test source file, but I do not have access to the architecture.

from castxml.

smr99 avatar smr99 commented on July 23, 2024

@bradking: I ran your command on arm64 and mipsel. Both yielded the same output (I expect all will, since they use the same gcc):

(sid_arm64-dchroot)smr@asachi:~/castxml-0.1+git20150630$ gcc -c test/input/GNU-float128.c ; echo $?
test/input/GNU-float128.c:1:1: error: unknown type name '__float128'
__float128 start(__float128);
^
test/input/GNU-float128.c:1:1: warning: parameter names (without types) in function declaration
1

from castxml.

bradking avatar bradking commented on July 23, 2024

@smr99: Thanks, that is what I was hoping it would do. I've pushed commit d30d102 to enable the float128 tests only if gcc has the __float128 type and can compile the test source file.

from castxml.

Related Issues (20)

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.