Skip to content

part22/etl-repro-issue-358

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Ubuntu 20.04 LTS running on wsl-2
  • Clang with avr support (needs to be compiled from source)
  • cmake 3.18

Building

mkdir build
cmake -Ssource -Bbuild -GNinja --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=MinSizeRel -DCMAKE_C_COMPILER:FILEPATH=[path-to-clang] -DCMAKE_CXX_COMPILER:FILEPATH=[path-to-clang++] 
ninja -Cbuild

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published