Git Product home page Git Product logo

Comments (9)

suchmememanyskill avatar suchmememanyskill commented on September 7, 2024 1

Wait why is the compressed payload size 1k?

I don't know what's going on here, you probably need to solve these issues yourself

You do know there's an official dkp installer right

from tegraexplorer.

impeeza avatar impeeza commented on September 7, 2024

Yes the official dkp install binaries for windows, I use the steps for use dkp on MSYS as stated on the page https://devkitpro.org/wiki/devkitPro_pacman under section "Customising Existing Pacman Install"

will try the DPK installer and see how it goes.

from tegraexplorer.

impeeza avatar impeeza commented on September 7, 2024

just create a new Windows 11 install, install DevKitPro using https://github.com/devkitPro/installer/releases/latest and run the commands:

pacman -Syuu --noconfirm
pacman -Sy --needed --noconfirm git make devkitARM mingw-w64-x86_64-gcc
git clone --recursive https://github.com/suchmememanyskill/TegraExplorer.git
cd TegraExplorer
export PATH=/mingw64/bin/:$PATH
export DEVKITPRO=/opt/devkitpro
export DEVKITARM=${DEVKITPRO}/devkitARM
export DEVKITPPC=${DEVKITPRO}/devkitPPC
export PATH=${DEVKITPRO}/tools/bin:$PATH
make -j

and get the same error.

¿what environment do you use to build the payload?

thanks for your help.

from tegraexplorer.

suchmememanyskill avatar suchmememanyskill commented on September 7, 2024

I haven't built TE in a while myself, but i used to use the dkp windows installer, selected the switch workload, and it just worked

Github actions also automatically builds it, but this uses dkp's docker containers

from tegraexplorer.

impeeza avatar impeeza commented on September 7, 2024

I am really sucks at compiling he he he.

create a repo with a copy of the actual TegraExplorer one and get the same error:

image

Is not for me :P

from tegraexplorer.

suchmememanyskill avatar suchmememanyskill commented on September 7, 2024

it looks like it compiled correctly though. The 'Payload size exceeds limit' can be ignored, as the compressed payload is below the max size

from tegraexplorer.

impeeza avatar impeeza commented on September 7, 2024

Ok, thanks, will try the artifacts. regards.

from tegraexplorer.

impeeza avatar impeeza commented on September 7, 2024

Yes It worked well, create a virtual machine with Ubuntu and works fine too. should be some quirky on MSYS in between the convertion of TegraExplorer.bin to TegraExplorer_small.bin for now closing the Issue, thanks a lot for your help.

from tegraexplorer.

impeeza avatar impeeza commented on September 7, 2024

Problem found, you need to use MSYS NOT MinGW, my bad.

the packages needed are:

pacman -Sy --needed --noconfirm git make devkitARM gcc

all compiles fine.

from tegraexplorer.

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.