-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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
Labels
No labels