andreiw / RaspberryPiPkg

DEPRECATED - DO NOT USE | Go here instead ->
https://github.com/tianocore/edk2-platforms/tree/master/Platform/RaspberryPi/RPi3
744 stars 143 forks source link

Error during building #15

Closed xCuri0 closed 6 years ago

xCuri0 commented 6 years ago

During building I get this error ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf is not found in packages path:

andreiw commented 6 years ago

Can you paste the whole error output and your exact build steps? What is your compiler?

xCuri0 commented 6 years ago

@andreiw I followed the build instructions and that is the only error. Compiler is GCC 5.4 on Ubuntu 16.04 amd64

andreiw commented 6 years ago

Are you sure you're using the right edk2 top-of-tree commit?

andreiw commented 6 years ago

The old SHA to rewind edk2 to (the one you should have been using, but weren't, when you filed the bug):

commit c3cb333e097036764afe240b179056ab8e320071 Author: chenc2 chen.a.chen@intel.com Date: Mon Nov 20 15:34:17 2017 +0800

I just rebased, as of commit e6f7bab308cff0e4ecbc666a71ead6e2dd0b76af. This makes the new edk2 SHA:

commit 989f7a2cf0e27123fda5ca538b15832e115e0f4e
Author: cinnamon shia cinnamon.shia@hpe.com
Date: Fri May 11 23:21:12 2018 +0800

Note that there no bin releases of the rebased firmware yet, pending a few more tests.

xCuri0 commented 6 years ago

@andreiw i was using the latest version of edk2 so maybe thats why