Replies: 1 comment 1 reply
-
read the readme again and follow every step including the one calling setup_env.sh
… On 2. Aug 2023, at 12:57, Issamu Ngwalo ***@***.***> wrote:
I am currently working on compiling the Nexmon kernel patch for my Raspberry Pi 4B with the bcm43455c0 chipset. However, I have encountered an error during the compilation process, and I am seeking some assistance to resolve it.
The specific error I encountered is as follows:
Makefile:4: /firmwares/bcm43455c0/7_45_154/definitions.mk: No such file or directory
make: *** No rule to make target '/firmwares/bcm43455c0/7_45_154/definitions.mk'. Stop.
I have ensured that the definitions.mk file and other firmware files are present in the firmwares/bcm43455c0/7_45_154/ directory. I also tried setting the FIRMWARE_DIR variable manually to point to the correct location, but the issue persists.
Here are the steps I followed:
Cloned the Nexmon repository and checked out the appropriate branch.
Downloaded and extracted the firmware files.
Navigated to the nexmon/patches/bcm43455c0/7_45_154/nexmon directory.
Attempted to run make, but encountered the error mentioned above.
I have also tried cleaning the build and updating the firmware submodule, but it did not resolve the issue.
Could you please provide some guidance on how to troubleshoot this error and successfully compile the kernel patch for my Raspberry Pi 4B with bcm43455c0 chipset?
—
Reply to this email directly, view it on GitHub <#570>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACZ773XTNH6M7XQ3XPH53LDXTIXARANCNFSM6AAAAAA3BCYTUM>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working on compiling the Nexmon kernel patch for my Raspberry Pi 4B with the bcm43455c0 chipset. However, I have encountered an error during the compilation process, and I am seeking some assistance to resolve it.
The specific error I encountered is as follows:
Makefile:4: /firmwares/bcm43455c0/7_45_154/definitions.mk: No such file or directory
make: *** No rule to make target '/firmwares/bcm43455c0/7_45_154/definitions.mk'. Stop.
I have ensured that the definitions.mk file and other firmware files are present in the firmwares/bcm43455c0/7_45_154/ directory. I also tried setting the FIRMWARE_DIR variable manually to point to the correct location, but the issue persists.
Here are the steps I followed:
Attempted to run make, but encountered the error mentioned above.
I have also tried cleaning the build and updating the firmware submodule, but it did not resolve the issue.
Could you please provide some guidance on how to troubleshoot this error and successfully compile the kernel patch for my Raspberry Pi 4B with bcm43455c0 chipset?
Beta Was this translation helpful? Give feedback.
All reactions