Code Monkey home page Code Monkey logo

Comments (4)

wang-bin avatar wang-bin commented on June 2, 2024

will redirect to a mirror link, for example the url you provided

from fvp.

wang-bin avatar wang-bin commented on June 2, 2024

you can show me the full build log

from fvp.

AnonymHK avatar AnonymHK commented on June 2, 2024

https://sourceforge.net/projects/mdk-sdk/files/nightly/mdk-sdk-android.7z 这个地址只是下载页的地址,不是实际文件地址,你打开这个Url就能看到了,编译的时候,这个地址下载回去的7z压缩包是空的! 上面的下载页实际下载地址应该是
https://altushost-swe.dl.sourceforge.net/project/mdk-sdk/nightly/mdk-sdk-android.7z

from fvp.

wang-bin avatar wang-bin commented on June 2, 2024

the url will be redirected to a real url. what's your cmake version? Here is a CMakeLists.txt you can test

cmake_minimum_required(VERSION 3.16)
project(test)
file(DOWNLOAD https://sourceforge.net/projects/mdk-sdk/files/nightly/mdk-sdk-android.7z ${CMAKE_CURRENT_SOURCE_DIR}/a.7z SHOW_PROGRESS LOG dl STATUS st)
message("status: ${st}, log: ${dl}")

run cmake . and show me the output. on linux, wsl or mac, run cmake . 2>&1 |tee log.txt and upload log.txt

from fvp.

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.