Coder Social home page Coder Social logo

Comments (6)

karosium avatar karosium commented on May 27, 2024

Hi,
Do you have the pkg-config package installed?
I'll add it to the requirements if it's that. I think it was a default on my distro but it might not be on yours.

from smbusb.

digitaltrousers avatar digitaltrousers commented on May 27, 2024

It wasn't installed, but installing it doesn't seem to have changed anything.

from smbusb.

karosium avatar karosium commented on May 27, 2024

Did you re-run all the commands on a clean source tree afterwards? Installing pkg-config should've dropped the pkg.m4 file containing the PKG_PROG_PKG_CONFIG macro into the appropriate directory for aclocal to find it and merge it into the aclocal.m4 file it builds when you run it. If you can't find the macro in that file when you do a text search for it's name then it's file is either missing or aclocal is looking in the wrong place. This may be helpful in that case.

from smbusb.

digitaltrousers avatar digitaltrousers commented on May 27, 2024

Right you are!
I also had to manually copy firmware.h from the firmware directory to the lib directory to get it to build.
I also had the error loading the shared libraries, which you answered in issue#1.
Thanks heaps.

from smbusb.

karosium avatar karosium commented on May 27, 2024

Hrmm.. it never should've gotten to a point where the manual firmware copy was necessary.. unless the sdcc checks passed but sdcc still couldn't build the firmware for some reason.. did you do 'git submodule update' to pull fx2lib into the tree after cloning? ( one of the things that git should probably either do automatically or at least display a message about IMO.. ) Either way, glad you got it to work.

from smbusb.

digitaltrousers avatar digitaltrousers commented on May 27, 2024

I didn't know about 'git submodule update'. Thanks for the tip.

from smbusb.

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.