PeterMcKinnis / WorstCaseStack

This program is used to do static stack analysis on C source code to determine the worst case stack usage for each function
BSD 3-Clause "New" or "Revised" License
87 stars 28 forks source link

filenames are different on my system #12

Open DEvil0000 opened 2 years ago

DEvil0000 commented 2 years ago

For me using avr-g++ / gcc on linux (version 5.4) the filenames include .c oder .cpp in all variants. main.cpp main.cpp.309r.dfinish main.cpp.o main.cpp.su So the file search code should be a bit more flexible there.

are pull requests wellcome - maybe to hacktoberfest? I may have some time in october to fix those things ;)

PeterMcKinnis commented 10 months ago

Recently decided to start actively maintaining this project. Pull-requests are now welcome. Thanks for reaching out.