You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use find_package(C_LIB c) for my (atmega128) project, I get the wrong /usr/lib/avr/lib/libc.a when I require /usr/lib/avr/lib/avr51/libc.a. Is there a way to indicate this architecture specific setting to cmake?
When I use
find_package(C_LIB c)for my (atmega128) project, I get the wrong/usr/lib/avr/lib/libc.awhen I require/usr/lib/avr/lib/avr51/libc.a. Is there a way to indicate this architecture specific setting to cmake?