Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error with latest VITASDK #602

Open
ckyoog opened this issue Apr 14, 2021 · 2 comments
Open

Build error with latest VITASDK #602

ckyoog opened this issue Apr 14, 2021 · 2 comments

Comments

@ckyoog
Copy link

ckyoog commented Apr 14, 2021

I installed vitasdk with the following commands,

cd /tmp
git clone https://github.com/vitasdk/vdpm.git
cd vdpm
export VITASDK=`realpath -m vitasdk`
export PATH=$VITASDK/bin:$PATH
./bootstrap-vitasdk.sh
./install-all.sh
cd ..

Then I started to build VitaShell with the following commands,

git clone https://github.com/TheOfficialFloW/VitaShell.git
mkdir build
cd build
cmake ..
make

The build failed with error as shown in the screenshot below,
image

The function _sceNpDrmGetFixedRifName() is called with 3 arguments in refresh.c:22, while the vitasdk declares that it has only 2 arguments.

The declaration of the function can be found in file /tmp/vdpm/vitasdk/arm-vita-eabi/include/psp2/npdrm.h, as shown in the screenshot below.
image

Did I miss something? or is this a build issue with the latest VITASDK?

@TheOfficialFloW
Copy link
Owner

Can you try again with latest commit? Just merged the fix.

@ckyoog
Copy link
Author

ckyoog commented Apr 14, 2021

Thank you @TheOfficialFloW for your fast response. It is fixed. The build is just completed without any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants