AOSP Compile Error #45

Closed
opened 2024-09-26 11:09:11 +02:00 by osos11-Git · 3 comments

Hi,
I have a OnePlus5. I want to compile AOSP with OpenEUICC.
When I start compiling I get the following error.
My AOSP is based RisingOS 14.

device/external/openeuicc/libs/lpac-jni/src/main/jni/lpac-jni/lpac-jni.h:3:10: 
fatal error: 'euicc/euicc.h' file not found
    3 | #include <euicc/euicc.h>

What should i do now ?

Hi, I have a OnePlus5. I want to compile AOSP with OpenEUICC. When I start compiling I get the following error. My AOSP is based RisingOS 14. ``` device/external/openeuicc/libs/lpac-jni/src/main/jni/lpac-jni/lpac-jni.h:3:10: fatal error: 'euicc/euicc.h' file not found 3 | #include <euicc/euicc.h> ``` What should i do now ?

I am facing the same issue, have you found out the solution @osos11-Git

I am facing the same issue, have you found out the solution @osos11-Git

Hi @osos11-Git I fixed this issue by pulling the submodules by using the below command, I hope this works,

git submodule update --init --recursive

for git 1.8.2 or above
git submodule update --recursive --remote

git 1.7.3 or above
git pull --recurse-submodules

Reference: https://stackoverflow.com/questions/1030169/pull-latest-changes-for-all-git-submodules

Hi @osos11-Git I fixed this issue by pulling the submodules by using the below command, I hope this works, `git submodule update --init --recursive` **for git 1.8.2 or above** `git submodule update --recursive --remote` **git 1.7.3 or above** `git pull --recurse-submodules` Reference: https://stackoverflow.com/questions/1030169/pull-latest-changes-for-all-git-submodules
Owner

The README explicitly mentions submodules. I don't know how hard it is to read the README before attempting compilation.

The README __explicitly mentions__ submodules. I don't know how hard it is to read the README before attempting compilation.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PeterCxy/OpenEUICC#45
No description provided.