Git Product home page Git Product logo

Comments (7)

YongseopKim avatar YongseopKim commented on August 19, 2024

tar xfz

  • x: Extract
  • f: --file archive
  • z: Filter the archive through gzip

from one.

YongseopKim avatar YongseopKim commented on August 19, 2024

#include <limits>

setenv

  • CircleQuantizer.cpp
  • Circle2Circle.cpp
  • Driver.cpp

dirent.h

  • RecordMinMax.cpp

from one.

YongseopKim avatar YongseopKim commented on August 19, 2024
$ find /c/git-sdk-64/ -name "dirent.h"
...
/c/git-sdk-64/mingw64/x86_64-w64-mingw32/include/dirent.h
/c/git-sdk-64/usr/include/dirent.h
...
echo | gcc -v -x c++ -E - 
...
#include <...> search starts here:
 C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../include/c++/11.2.0
 C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../include/c++/11.2.0/x86_64-w64-mingw32
 C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../include/c++/11.2.0/backward
 C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include
 C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../include
 C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed
 C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/include
End of search list.
...

from one.

YongseopKim avatar YongseopKim commented on August 19, 2024
    // setenv() cannot be used by mingw
    // So, use putenv() instead of setenv()
    // (ref: https://sourceforge.net/p/mingw/mailman/message/35495004/)
    // Or, use setx.exe

from one.

YongseopKim avatar YongseopKim commented on August 19, 2024
[ 31%] Building CXX object compiler/luci/pass/CMakeFiles/luci_pass.dir/src/FoldSparseToDensePass.cpp.obj
C:/GitHub/ONE/compiler/luci/pass/src/FoldSparseToDensePass.cpp: In function 'bool {anonymous}::fold_sparse_to_dense(luci::CircleSparseToDense*)':
C:/GitHub/ONE/compiler/luci/pass/src/FoldSparseToDensePass.cpp:60:35: error: 'numeric_limits' is not a member of 'std'
   60 |     if (!(dim >= 0 && dim <= std::numeric_limits<uint32_t>::max()))
      |                                   ^~~~~~~~~~~~~~
C:/GitHub/ONE/compiler/luci/pass/src/FoldSparseToDensePass.cpp:60:58: error: expected primary-expression before '>' token
   60 |     if (!(dim >= 0 && dim <= std::numeric_limits<uint32_t>::max()))
      |                                                          ^
C:/GitHub/ONE/compiler/luci/pass/src/FoldSparseToDensePass.cpp:60:61: error: '::max' has not been declared; did you mean 'std::max'?
   60 |     if (!(dim >= 0 && dim <= std::numeric_limits<uint32_t>::max()))
      |                                                             ^~~
      |                                                             std::max

from one.

YongseopKim avatar YongseopKim commented on August 19, 2024
-- Extract FLATBUFFERS
CMake Error at C:/GitHub/ONE/infra/cmake/modules/ExternalSourceTools.cmake:109 (message):
  EXTRACTION_ERROR: cmake -E tar: warning: skipping symbolic link
  "flatbuffers-1.10.0/docs/source/CONTRIBUTING.md" ->
  "../../CONTRIBUTING.md".

Call Stack (most recent call first):
  C:/GitHub/ONE/infra/cmake/packages/FlatBuffersSource-1.10/FlatBuffersSourceConfig.cmake:11 (ExternalSource_Download)
  C:/GitHub/ONE/infra/cmake/packages/FlatBuffersSource-1.10/FlatBuffersSourceConfig.cmake:21 (_FlatBuffersSource_import)
  C:/GitHub/ONE/infra/nncc/CMakeLists.txt:43 (find_package)
  C:/GitHub/ONE/infra/cmake/packages/FlatBuffers-1.10/FlatBuffersConfig.cmake:12 (nnas_find_package)
  C:/GitHub/ONE/infra/cmake/packages/FlatBuffers-1.10/FlatBuffersConfig.cmake:37 (_FlatBuffers_build)
  C:/GitHub/ONE/infra/nncc/CMakeLists.txt:43 (find_package)
  C:/GitHub/ONE/compiler/mio-circle/CMakeLists.txt:1 (nnas_find_package)

from one.

YongseopKim avatar YongseopKim commented on August 19, 2024
CMake Warning (dev) at C:/GitHub/ONE/infra/cmake/packages/ProtobufSourceConfig.cmake:12 (ExternalSource_Download):
  A logical block opening on the line

    C:/GitHub/ONE/infra/cmake/modules/ExternalSourceTools.cmake:112 (if)

  closes on the line

    C:/GitHub/ONE/infra/cmake/modules/ExternalSourceTools.cmake:114 (endif)

  with mis-matching arguments.
Call Stack (most recent call first):
  C:/GitHub/ONE/infra/cmake/packages/ProtobufSourceConfig.cmake:18 (_ProtobufSource_import)
  C:/GitHub/ONE/infra/nncc/CMakeLists.txt:43 (find_package)
  C:/GitHub/ONE/infra/cmake/packages/ProtobufConfig.cmake:47 (nnas_find_package)
  C:/GitHub/ONE/infra/cmake/packages/ProtobufConfig.cmake:65 (_Protobuf_build)
  C:/GitHub/ONE/infra/nncc/CMakeLists.txt:43 (find_package)
  C:/GitHub/ONE/compiler/souschef/CMakeLists.txt:1 (nnas_find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

from one.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.