Giter VIP home page Giter VIP logo

Comments (6)

r-type avatar r-type commented on August 22, 2024

It clear that libexpat propably other are not correctly linking (probably link with host ar instead target ar)

from mame2015-libretro.

orbea avatar orbea commented on August 22, 2024

Do you have any suggestions on what can be done? Unfortunately without the hardware I can't do much more than blindly test...

from mame2015-libretro.

r-type avatar r-type commented on August 22, 2024

I can try a.crossbuild later and test it to my pi3 .
I wll tell more after

from mame2015-libretro.

orbea avatar orbea commented on August 22, 2024

Thanks! It would be very much appreciated if I could get help making sure the recipe is right after my changes to the buildbot script.

from mame2015-libretro.

r-type avatar r-type commented on August 22, 2024

first look
https://github.com/libretro/libretro-super/blob/6c22939158d525475e36d2c64f30ae9f21b42c47/recipes/linux/cores-linux-armhf-generic.conf
should add AR
AR arm-linux-gnueabihf-ar
https://github.com/libretro/mame2014-libretro/blob/master/Makefile#L142
AR ?= $(AR)

else

REALCC ?= gcc
bad!
maybe change
REALCC ?= $(GCC)

and see how it goes after this two changes

from mame2015-libretro.

orbea avatar orbea commented on August 22, 2024

Thanks for the advice, I think I'm going to try fixing travis first so that it can test any changes. For that I need this to be merged. libretro/libretro-super#662

from mame2015-libretro.

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.