Skip to content

Getting Started with avr-gcc on Linux #12

@PeterHouseJr

Description

@PeterHouseJr

I have compiled avr-gcc 14.1.0 in ~/avr-gcc-build. I can go into the folder ~/avr-gcc-build/build/avr-gcc-14.1.0-x64-linux/bin and run ./avr-gcc and it runs with the expected error for no input files.

My question is "Now what to I do?"

I would like to be able to run avr-gcc from my project folder using my makefile. Should I leave avr-gcc where it is and reference the exact location and I do not know how the compiler will find the libraries unless it uses it's own location and relative references?

Where should I put the files and how should I set up/modify the execution search path?

Thank you ! ! !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions