resending to right list address...
On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz roy.franz@linaro.org wrote:
Hi Steven,
I'm getting the following failure when building for V7 VExpress RTSM. This failure starts in rev e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of the ACPI topic branch.
Do I need to change something in my build environment in order to support ACPI?
Thanks, Roy
"arm-linux-gnueabihf-ld" -o /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll -nostdlib --pie --entry _ReferenceAcpiTable /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.obj arm-linux-gnueabihf-ld: warning: cannot find entry symbol _ReferenceAcpiTable; defaulting to 00000228 "GenFw" -o /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.acpi -c /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll GenFw: ERROR 3000: Invalid /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll bad ARM dynamic relocations, unkown type 23. make: *** [/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Oem0.acpi] Error 2
build.py... : error 7000: Failed to execute command make --no-print-directory tbuild [/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables]
On 20 November 2013 20:36, Roy Franz roy.franz@linaro.org wrote:
resending to right list address...
On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz roy.franz@linaro.org wrote:
Hi Steven,
I'm getting the following failure when building for V7 VExpress RTSM. This failure starts in rev e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of the ACPI topic branch.
That's curious. I hadn't built the RTSMs for a while, so I just built it and it's fine for me.
Do I need to change something in my build environment in order to
support ACPI?
Thanks, Roy
"arm-linux-gnueabihf-ld" -o
Hmmm, I'm using "arm-linux-gnueabi-", eg:
CROSS_COMPILE=arm-linux-gnueabi- build -a ARM ...
I build via uefi-build.sh, so don't normally thing about it.
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
-nostdlib --pie --entry _ReferenceAcpiTable
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.obj
arm-linux-gnueabihf-ld: warning: cannot find entry symbol _ReferenceAcpiTable; defaulting to 00000228 "GenFw" -o
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.acpi
-c
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
GenFw: ERROR 3000: Invalid
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
bad ARM dynamic relocations, unkown type 23. make: ***
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Oem0.acpi]
Error 2
build.py... : error 7000: Failed to execute command make --no-print-directory tbuild
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables]
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
On 20 November 2013 21:56, Ryan Harkin ryan.harkin@linaro.org wrote:
On 20 November 2013 20:36, Roy Franz roy.franz@linaro.org wrote:
resending to right list address...
On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz roy.franz@linaro.org wrote:
Hi Steven,
I'm getting the following failure when building for V7 VExpress RTSM. This failure starts in rev e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of the ACPI topic branch.
That's curious. I hadn't built the RTSMs for a while, so I just built it and it's fine for me.
Do I need to change something in my build environment in order to
support ACPI?
Thanks, Roy
"arm-linux-gnueabihf-ld" -o
Hmmm, I'm using "arm-linux-gnueabi-", eg:
CROSS_COMPILE=arm-linux-gnueabi- build -a ARM ...
I build via uefi-build.sh, so don't normally thing about it.
Actually, that's not it anyway. I just built the code OK using gnueabihf :-/
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
-nostdlib --pie --entry _ReferenceAcpiTable
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.obj
arm-linux-gnueabihf-ld: warning: cannot find entry symbol _ReferenceAcpiTable; defaulting to 00000228 "GenFw" -o
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.acpi
-c
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
GenFw: ERROR 3000: Invalid
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
bad ARM dynamic relocations, unkown type 23. make: ***
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Oem0.acpi]
Error 2
build.py... : error 7000: Failed to execute command make --no-print-directory tbuild
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables]
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
On Wed, Nov 20, 2013 at 1:56 PM, Ryan Harkin ryan.harkin@linaro.org wrote:
On 20 November 2013 20:36, Roy Franz roy.franz@linaro.org wrote:
resending to right list address...
On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz roy.franz@linaro.org wrote:
Hi Steven,
I'm getting the following failure when building for V7 VExpress RTSM. This failure starts in rev e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of the ACPI topic branch.
That's curious. I hadn't built the RTSMs for a while, so I just built it and it's fine for me.
Do I need to change something in my build environment in order to support ACPI?
Thanks, Roy
"arm-linux-gnueabihf-ld" -o
Hmmm, I'm using "arm-linux-gnueabi-", eg:
CROSS_COMPILE=arm-linux-gnueabi- build -a ARM ...
I build via uefi-build.sh, so don't normally thing about it.
That's how I've been building as well. Older builds work, so I'm not sure what's going on. I'll investigate more as it seems to be working for others....
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll -nostdlib --pie --entry _ReferenceAcpiTable
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.obj arm-linux-gnueabihf-ld: warning: cannot find entry symbol _ReferenceAcpiTable; defaulting to 00000228 "GenFw" -o /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.acpi -c /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll GenFw: ERROR 3000: Invalid
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll bad ARM dynamic relocations, unkown type 23. make: *** [/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Oem0.acpi] Error 2
build.py... : error 7000: Failed to execute command make --no-print-directory tbuild
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables]
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
On Wed, Nov 20, 2013 at 2:14 PM, Roy Franz roy.franz@linaro.org wrote:
On Wed, Nov 20, 2013 at 1:56 PM, Ryan Harkin ryan.harkin@linaro.org wrote:
On 20 November 2013 20:36, Roy Franz roy.franz@linaro.org wrote:
resending to right list address...
On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz roy.franz@linaro.org wrote:
Hi Steven,
I'm getting the following failure when building for V7 VExpress RTSM. This failure starts in rev e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of the ACPI topic branch.
That's curious. I hadn't built the RTSMs for a while, so I just built it and it's fine for me.
Do I need to change something in my build environment in order to support ACPI?
Thanks, Roy
"arm-linux-gnueabihf-ld" -o
Hmmm, I'm using "arm-linux-gnueabi-", eg:
CROSS_COMPILE=arm-linux-gnueabi- build -a ARM ...
I build via uefi-build.sh, so don't normally thing about it.
That's how I've been building as well. Older builds work, so I'm not sure what's going on. I'll investigate more as it seems to be working for others....
I checked out a clean tree, and that builds. (although with a different issue, described below.)
The command: build -a ARM -t ARMLINUXGCC -p ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15.dsc -D EDK2_ARMVE_STANDALONE=1 -b ${TARGET} cleanall
does not seem to "clean all" of the build. Foing a git clean -x -d removed whatever the offending files where.
Thanks, Roy
I get this failure the first time I build in a completely clean tree. Repeating the build results in success.
Intel ACPI Component Architecture ASL Optimizing Compiler version 20100528 [Jul 2 2010] Copyright (c) 2000 - 2010 Intel Corporation Supports ACPI Specification Revision 4.0a
make: *** [/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Dsdt.aml] Error 255 /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Dsdt.iii 210: Interrupt (ResourceConsumer, Edge, ActiveBoth, Exclusive, , , ) {0x2F} Error 4096 - syntax error, unexpected PARSEOP_NAMESEG, expecting PARSEOP_INTLEVEL_ACTIVEHIGH or PARSEOP_INTLEVEL_ACTIVELOW ^
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Dsdt.iii 212: Return (RBUF) Error 4064 -
Object does not exist ^ (RBUF)
ASL Input: /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Dsdt.iii - 218 lines, 5395 bytes, 86 keywords Compilation complete. 2 Errors, 0 Warnings, 0 Remarks, 9 Optimizations
Hi Roy,
I just successfully built it as well.
Steve On Nov 20, 2013 4:14 PM, "Roy Franz" roy.franz@linaro.org wrote:
On Wed, Nov 20, 2013 at 1:56 PM, Ryan Harkin ryan.harkin@linaro.org wrote:
On 20 November 2013 20:36, Roy Franz roy.franz@linaro.org wrote:
resending to right list address...
On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz roy.franz@linaro.org
wrote:
Hi Steven,
I'm getting the following failure when building for V7 VExpress RTSM. This failure starts in rev e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of the ACPI topic branch.
That's curious. I hadn't built the RTSMs for a while, so I just built it and it's fine for me.
Do I need to change something in my build environment in order to support ACPI?
Thanks, Roy
"arm-linux-gnueabihf-ld" -o
Hmmm, I'm using "arm-linux-gnueabi-", eg:
CROSS_COMPILE=arm-linux-gnueabi- build -a ARM ...
I build via uefi-build.sh, so don't normally thing about it.
That's how I've been building as well. Older builds work, so I'm not sure what's going on. I'll investigate more as it seems to be working for others....
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
-nostdlib --pie --entry _ReferenceAcpiTable
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.obj
arm-linux-gnueabihf-ld: warning: cannot find entry symbol _ReferenceAcpiTable; defaulting to 00000228 "GenFw" -o
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.acpi
-c
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
GenFw: ERROR 3000: Invalid
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
bad ARM dynamic relocations, unkown type 23. make: ***
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Oem0.acpi]
Error 2
build.py... : error 7000: Failed to execute command make --no-print-directory tbuild
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables]
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Hi Guys,
I am running test builds right now; I also use build.sh.
Steve On Nov 20, 2013 3:56 PM, "Ryan Harkin" ryan.harkin@linaro.org wrote:
On 20 November 2013 20:36, Roy Franz roy.franz@linaro.org wrote:
resending to right list address...
On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz roy.franz@linaro.org wrote:
Hi Steven,
I'm getting the following failure when building for V7 VExpress RTSM. This failure starts in rev e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of the ACPI topic branch.
That's curious. I hadn't built the RTSMs for a while, so I just built it and it's fine for me.
Do I need to change something in my build environment in order to
support ACPI?
Thanks, Roy
"arm-linux-gnueabihf-ld" -o
Hmmm, I'm using "arm-linux-gnueabi-", eg:
CROSS_COMPILE=arm-linux-gnueabi- build -a ARM ...
I build via uefi-build.sh, so don't normally thing about it.
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
-nostdlib --pie --entry _ReferenceAcpiTable
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.obj
arm-linux-gnueabihf-ld: warning: cannot find entry symbol _ReferenceAcpiTable; defaulting to 00000228 "GenFw" -o
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.acpi
-c
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
GenFw: ERROR 3000: Invalid
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
bad ARM dynamic relocations, unkown type 23. make: ***
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Oem0.acpi]
Error 2
build.py... : error 7000: Failed to execute command make --no-print-directory tbuild
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables]
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
So now that I've built it, I can't boot to the shell.......
On Wed, Nov 20, 2013 at 4:15 PM, Steven Kinney steven.kinney@linaro.org wrote:
Hi Guys,
I am running test builds right now; I also use build.sh.
Steve
On Nov 20, 2013 3:56 PM, "Ryan Harkin" ryan.harkin@linaro.org wrote:
On 20 November 2013 20:36, Roy Franz roy.franz@linaro.org wrote:
resending to right list address...
On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz roy.franz@linaro.org wrote:
Hi Steven,
I'm getting the following failure when building for V7 VExpress RTSM. This failure starts in rev e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of the ACPI topic branch.
That's curious. I hadn't built the RTSMs for a while, so I just built it and it's fine for me.
Do I need to change something in my build environment in order to support ACPI?
Thanks, Roy
"arm-linux-gnueabihf-ld" -o
Hmmm, I'm using "arm-linux-gnueabi-", eg:
CROSS_COMPILE=arm-linux-gnueabi- build -a ARM ...
I build via uefi-build.sh, so don't normally thing about it.
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll -nostdlib --pie --entry _ReferenceAcpiTable
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.obj arm-linux-gnueabihf-ld: warning: cannot find entry symbol _ReferenceAcpiTable; defaulting to 00000228 "GenFw" -o /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.acpi -c /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll GenFw: ERROR 3000: Invalid
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll bad ARM dynamic relocations, unkown type 23. make: *** [/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Oem0.acpi] Error 2
build.py... : error 7000: Failed to execute command make --no-print-directory tbuild
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables]
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Hi Roy, Steve,
If you want to build ACPI into UEFI, please make sure you have added the patch for that.
https://git.linaro.org/gitweb?p=arm/uefi/uefi-next.git%3Ba=blobdiff%3Bf=Base...
I have met the same issue with you before.
thanks!
Yi
On Thursday, November 21, 2013 08:21 AM, Roy Franz wrote:
So now that I've built it, I can't boot to the shell.......
On Wed, Nov 20, 2013 at 4:15 PM, Steven Kinney steven.kinney@linaro.org wrote:
Hi Guys,
I am running test builds right now; I also use build.sh.
Steve
On Nov 20, 2013 3:56 PM, "Ryan Harkin" ryan.harkin@linaro.org wrote:
On 20 November 2013 20:36, Roy Franz roy.franz@linaro.org wrote:
resending to right list address...
On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz roy.franz@linaro.org wrote:
Hi Steven,
I'm getting the following failure when building for V7 VExpress RTSM. This failure starts in rev e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of the ACPI topic branch.
That's curious. I hadn't built the RTSMs for a while, so I just built it and it's fine for me.
Do I need to change something in my build environment in order to support ACPI?
Thanks, Roy
"arm-linux-gnueabihf-ld" -o
Hmmm, I'm using "arm-linux-gnueabi-", eg:
CROSS_COMPILE=arm-linux-gnueabi- build -a ARM ...
I build via uefi-build.sh, so don't normally thing about it.
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll -nostdlib --pie --entry _ReferenceAcpiTable
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.obj arm-linux-gnueabihf-ld: warning: cannot find entry symbol _ReferenceAcpiTable; defaulting to 00000228 "GenFw" -o /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.acpi -c /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll GenFw: ERROR 3000: Invalid
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll bad ARM dynamic relocations, unkown type 23. make: *** [/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Oem0.acpi] Error 2
build.py... : error 7000: Failed to execute command make --no-print-directory tbuild
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables]
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Is this patch going to get into the release?
On Wed, Nov 20, 2013 at 4:43 PM, Yi Li yi.li@linaro.org wrote:
Hi Roy, Steve,
If you want to build ACPI into UEFI, please make sure you have added the
patch for that.
https://git.linaro.org/gitweb?p=arm/uefi/uefi-next.git%3Ba=blobdiff%3Bf=Base...
I have met the same issue with you before. thanks!
Yi
On Thursday, November 21, 2013 08:21 AM, Roy Franz wrote:
So now that I've built it, I can't boot to the shell.......
On Wed, Nov 20, 2013 at 4:15 PM, Steven Kinney steven.kinney@linaro.org wrote:
Hi Guys,
I am running test builds right now; I also use build.sh.
Steve
On Nov 20, 2013 3:56 PM, "Ryan Harkin" ryan.harkin@linaro.org wrote:
On 20 November 2013 20:36, Roy Franz roy.franz@linaro.org wrote:
resending to right list address...
On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz roy.franz@linaro.org wrote:
Hi Steven,
I'm getting the following failure when building for V7 VExpress RTSM. This failure starts in rev e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of the ACPI topic branch.
That's curious. I hadn't built the RTSMs for a while, so I just built it and it's fine for me.
Do I need to change something in my build environment in order to support ACPI?
Thanks, Roy
"arm-linux-gnueabihf-ld" -o
Hmmm, I'm using "arm-linux-gnueabi-", eg:
CROSS_COMPILE=arm-linux-gnueabi- build -a ARM ...
I build via uefi-build.sh, so don't normally thing about it.
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll -nostdlib --pie --entry _ReferenceAcpiTable
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.obj arm-linux-gnueabihf-ld: warning: cannot find entry symbol _ReferenceAcpiTable; defaulting to 00000228 "GenFw" -o
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.acpi -c
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll GenFw: ERROR 3000: Invalid
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll bad ARM dynamic relocations, unkown type 23. make: ***
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Oem0.acpi] Error 2
build.py... : error 7000: Failed to execute command make --no-print-directory tbuild
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables]
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Hi Roy
If we need to support ACPI, it need to be gone into the release.
Maybe Steve/Leif can answer the question.
thanks!
Yi
On Thursday, November 21, 2013 08:47 AM, Roy Franz wrote:
Is this patch going to get into the release?
On Wed, Nov 20, 2013 at 4:43 PM, Yi Li yi.li@linaro.org wrote:
Hi Roy, Steve,
If you want to build ACPI into UEFI, please make sure you have added the
patch for that.
https://git.linaro.org/gitweb?p=arm/uefi/uefi-next.git%3Ba=blobdiff%3Bf=Base...
I have met the same issue with you before. thanks!
Yi
On Thursday, November 21, 2013 08:21 AM, Roy Franz wrote:
So now that I've built it, I can't boot to the shell.......
On Wed, Nov 20, 2013 at 4:15 PM, Steven Kinney steven.kinney@linaro.org wrote:
Hi Guys,
I am running test builds right now; I also use build.sh.
Steve
On Nov 20, 2013 3:56 PM, "Ryan Harkin" ryan.harkin@linaro.org wrote:
On 20 November 2013 20:36, Roy Franz roy.franz@linaro.org wrote:
resending to right list address...
On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz roy.franz@linaro.org wrote: > Hi Steven, > > I'm getting the following failure when building for V7 VExpress > RTSM. This failure starts in rev > e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of the > ACPI topic branch. >
That's curious. I hadn't built the RTSMs for a while, so I just built it and it's fine for me.
> Do I need to change something in my build environment in order to > support ACPI? > > Thanks, > Roy > > > > "arm-linux-gnueabihf-ld" -o
Hmmm, I'm using "arm-linux-gnueabi-", eg:
CROSS_COMPILE=arm-linux-gnueabi- build -a ARM ...
I build via uefi-build.sh, so don't normally thing about it.
> /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll > -nostdlib --pie --entry _ReferenceAcpiTable > > > /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.obj > arm-linux-gnueabihf-ld: warning: cannot find entry symbol > _ReferenceAcpiTable; defaulting to 00000228 > "GenFw" -o > > /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.acpi > -c > > /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll > GenFw: ERROR 3000: Invalid > > > /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll > bad ARM dynamic relocations, unkown type 23. > make: *** > > [/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Oem0.acpi] > Error 2 > > > build.py... > : error 7000: Failed to execute command > make --no-print-directory tbuild > > > [/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables] _______________________________________________ Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Hello Steven,
I had a chat with Roy and we feel we should add the two liner patch below. Are you going to be able to squeeze it in or did you freeze the table already?
anmar
On 20 November 2013 19:43, Yi Li yi.li@linaro.org wrote:
Hi Roy, Steve,
If you want to build ACPI into UEFI, please make sure you have added the
patch for that.
https://git.linaro.org/gitweb?p=arm/uefi/uefi-next.git%3Ba=blobdiff%3Bf=Base...
I have met the same issue with you before. thanks!
Yi
On Thursday, November 21, 2013 08:21 AM, Roy Franz wrote:
So now that I've built it, I can't boot to the shell.......
On Wed, Nov 20, 2013 at 4:15 PM, Steven Kinney steven.kinney@linaro.org wrote:
Hi Guys,
I am running test builds right now; I also use build.sh.
Steve
On Nov 20, 2013 3:56 PM, "Ryan Harkin" ryan.harkin@linaro.org wrote:
On 20 November 2013 20:36, Roy Franz roy.franz@linaro.org wrote:
resending to right list address...
On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz roy.franz@linaro.org wrote:
Hi Steven,
I'm getting the following failure when building for V7 VExpress RTSM. This failure starts in rev e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of the ACPI topic branch.
That's curious. I hadn't built the RTSMs for a while, so I just built it and it's fine for me.
Do I need to change something in my build environment in order to support ACPI?
Thanks, Roy
"arm-linux-gnueabihf-ld" -o
Hmmm, I'm using "arm-linux-gnueabi-", eg:
CROSS_COMPILE=arm-linux-gnueabi- build -a ARM ...
I build via uefi-build.sh, so don't normally thing about it.
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll -nostdlib --pie --entry _ReferenceAcpiTable
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.obj arm-linux-gnueabihf-ld: warning: cannot find entry symbol _ReferenceAcpiTable; defaulting to 00000228 "GenFw" -o
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.acpi -c
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll GenFw: ERROR 3000: Invalid
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll bad ARM dynamic relocations, unkown type 23. make: ***
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Oem0.acpi] Error 2
build.py... : error 7000: Failed to execute command make --no-print-directory tbuild
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables]
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Hi Anmar,
I just froze the table and pushed the release. I could do an update, but finished with Ryan's patches and went to work updating. If I can re-release, I will do so.
-Steve
On 21 November 2013 13:47, Anmar Oueja anmar.oueja@linaro.org wrote:
Hello Steven,
I had a chat with Roy and we feel we should add the two liner patch below. Are you going to be able to squeeze it in or did you freeze the table already?
anmar
On 20 November 2013 19:43, Yi Li yi.li@linaro.org wrote:
Hi Roy, Steve,
If you want to build ACPI into UEFI, please make sure you have added
the
patch for that.
https://git.linaro.org/gitweb?p=arm/uefi/uefi-next.git%3Ba=blobdiff%3Bf=Base...
I have met the same issue with you before. thanks!
Yi
On Thursday, November 21, 2013 08:21 AM, Roy Franz wrote:
So now that I've built it, I can't boot to the shell.......
On Wed, Nov 20, 2013 at 4:15 PM, Steven Kinney <
steven.kinney@linaro.org>
wrote:
Hi Guys,
I am running test builds right now; I also use build.sh.
Steve
On Nov 20, 2013 3:56 PM, "Ryan Harkin" ryan.harkin@linaro.org wrote:
On 20 November 2013 20:36, Roy Franz roy.franz@linaro.org wrote:
resending to right list address...
On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz roy.franz@linaro.org wrote: > > Hi Steven, > > I'm getting the following failure when building for V7 VExpress > RTSM. This failure starts in rev > e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of the > ACPI topic branch. >
That's curious. I hadn't built the RTSMs for a while, so I just built it and it's fine for me.
> Do I need to change something in my build environment in order to > support ACPI? > > Thanks, > Roy > > > > "arm-linux-gnueabihf-ld" -o
Hmmm, I'm using "arm-linux-gnueabi-", eg:
CROSS_COMPILE=arm-linux-gnueabi- build -a ARM ...
I build via uefi-build.sh, so don't normally thing about it.
> >
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
> -nostdlib --pie --entry _ReferenceAcpiTable > > >
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.obj
> arm-linux-gnueabihf-ld: warning: cannot find entry symbol > _ReferenceAcpiTable; defaulting to 00000228 > "GenFw" -o > >
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.acpi
> -c > >
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
> GenFw: ERROR 3000: Invalid > > >
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
> bad ARM dynamic relocations, unkown type 23. > make: *** > >
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Oem0.acpi]
> Error 2 > > > build.py... > : error 7000: Failed to execute command > make --no-print-directory tbuild > > >
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables]
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Hi Anmar,
I am pulling the 2013.11 release tag, we are having trouble with ACPI. I can include any patches Roy needs to have inserted.
Cheers,
Steve
On 21 November 2013 14:07, Steven Kinney steven.kinney@linaro.org wrote:
Hi Anmar,
I just froze the table and pushed the release. I
could do an update, but finished with Ryan's patches and went to work updating. If I can re-release, I will do so.
-Steve
On 21 November 2013 13:47, Anmar Oueja anmar.oueja@linaro.org wrote:
Hello Steven,
I had a chat with Roy and we feel we should add the two liner patch below. Are you going to be able to squeeze it in or did you freeze the table already?
anmar
On 20 November 2013 19:43, Yi Li yi.li@linaro.org wrote:
Hi Roy, Steve,
If you want to build ACPI into UEFI, please make sure you have
added the
patch for that.
https://git.linaro.org/gitweb?p=arm/uefi/uefi-next.git%3Ba=blobdiff%3Bf=Base...
I have met the same issue with you before. thanks!
Yi
On Thursday, November 21, 2013 08:21 AM, Roy Franz wrote:
So now that I've built it, I can't boot to the shell.......
On Wed, Nov 20, 2013 at 4:15 PM, Steven Kinney <
steven.kinney@linaro.org>
wrote:
Hi Guys,
I am running test builds right now; I also use build.sh.
Steve
On Nov 20, 2013 3:56 PM, "Ryan Harkin" ryan.harkin@linaro.org
wrote:
On 20 November 2013 20:36, Roy Franz roy.franz@linaro.org wrote: > > resending to right list address... > > On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz roy.franz@linaro.org > wrote: >> >> Hi Steven, >> >> I'm getting the following failure when building for V7 VExpress >> RTSM. This failure starts in rev >> e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of the >> ACPI topic branch. >>
That's curious. I hadn't built the RTSMs for a while, so I just
built
it and it's fine for me.
>> Do I need to change something in my build environment in order to >> support ACPI? >> >> Thanks, >> Roy >> >> >> >> "arm-linux-gnueabihf-ld" -o
Hmmm, I'm using "arm-linux-gnueabi-", eg:
CROSS_COMPILE=arm-linux-gnueabi- build -a ARM ...
I build via uefi-build.sh, so don't normally thing about it.
>> >>
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
>> -nostdlib --pie --entry _ReferenceAcpiTable >> >> >>
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.obj
>> arm-linux-gnueabihf-ld: warning: cannot find entry symbol >> _ReferenceAcpiTable; defaulting to 00000228 >> "GenFw" -o >> >>
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.acpi
>> -c >> >>
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
>> GenFw: ERROR 3000: Invalid >> >> >>
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
>> bad ARM dynamic relocations, unkown type 23. >> make: *** >> >>
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Oem0.acpi]
>> Error 2 >> >> >> build.py... >> : error 7000: Failed to execute command >> make --no-print-directory tbuild >> >> >>
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables]
> > _______________________________________________ > Linaro-uefi mailing list > Linaro-uefi@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/linaro-uefi
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Have other people been able to reproduce the build failure I am getting on the first build from a clean checkout? If so, and if these patches fix that, I think that they should go in. I didn't realize that the freeze was today... I have not had a chance to test Yi's patches, so I don't know if they fix the problem I am having or not. I don't know how to get into the state where I was unable to build at all, as that seems to have been caused by the EDK2 build system not rebuilding dependencies properly, and not cleaning up properly either, so I can't test whether the patches would fix the original problem.
Roy
On Thu, Nov 21, 2013 at 12:11 PM, Steven Kinney steven.kinney@linaro.org wrote:
Hi Anmar,
I am pulling the 2013.11 release tag, we are having
trouble with ACPI. I can include any patches Roy needs to have inserted.
Cheers,
Steve
On 21 November 2013 14:07, Steven Kinney steven.kinney@linaro.org wrote:
Hi Anmar,
I just froze the table and pushed the release. I
could do an update, but finished with Ryan's patches and went to work updating. If I can re-release, I will do so.
-Steve
On 21 November 2013 13:47, Anmar Oueja anmar.oueja@linaro.org wrote:
Hello Steven,
I had a chat with Roy and we feel we should add the two liner patch below. Are you going to be able to squeeze it in or did you freeze the table already?
anmar
On 20 November 2013 19:43, Yi Li yi.li@linaro.org wrote:
Hi Roy, Steve,
If you want to build ACPI into UEFI, please make sure you have
added the patch for that.
https://git.linaro.org/gitweb?p=arm/uefi/uefi-next.git%3Ba=blobdiff%3Bf=Base...
I have met the same issue with you before. thanks!
Yi
On Thursday, November 21, 2013 08:21 AM, Roy Franz wrote:
So now that I've built it, I can't boot to the shell.......
On Wed, Nov 20, 2013 at 4:15 PM, Steven Kinney steven.kinney@linaro.org wrote:
Hi Guys,
I am running test builds right now; I also use build.sh.
Steve
On Nov 20, 2013 3:56 PM, "Ryan Harkin" ryan.harkin@linaro.org wrote: > > > > > On 20 November 2013 20:36, Roy Franz roy.franz@linaro.org wrote: >> >> resending to right list address... >> >> On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz roy.franz@linaro.org >> wrote: >>> >>> Hi Steven, >>> >>> I'm getting the following failure when building for V7 VExpress >>> RTSM. This failure starts in rev >>> e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of >>> the >>> ACPI topic branch. >>> > > That's curious. I hadn't built the RTSMs for a while, so I just > built > it > and it's fine for me. > >>> Do I need to change something in my build environment in order to >>> support ACPI? >>> >>> Thanks, >>> Roy >>> >>> >>> >>> "arm-linux-gnueabihf-ld" -o > > > Hmmm, I'm using "arm-linux-gnueabi-", eg: > > CROSS_COMPILE=arm-linux-gnueabi- build -a ARM ... > > I build via uefi-build.sh, so don't normally thing about it. > > > >>> >>> >>> /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll >>> -nostdlib --pie --entry _ReferenceAcpiTable >>> >>> >>> >>> /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.obj >>> arm-linux-gnueabihf-ld: warning: cannot find entry symbol >>> _ReferenceAcpiTable; defaulting to 00000228 >>> "GenFw" -o >>> >>> >>> /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.acpi >>> -c >>> >>> >>> /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll >>> GenFw: ERROR 3000: Invalid >>> >>> >>> >>> /home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll >>> bad ARM dynamic relocations, unkown type 23. >>> make: *** >>> >>> >>> [/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Oem0.acpi] >>> Error 2 >>> >>> >>> build.py... >>> : error 7000: Failed to execute command >>> make --no-print-directory tbuild >>> >>> >>> >>> [/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables] >> >> _______________________________________________ >> Linaro-uefi mailing list >> Linaro-uefi@lists.linaro.org >> http://lists.linaro.org/mailman/listinfo/linaro-uefi > >
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Hi Roy,
Ryan is looking at some issues, but I can't be sure this has anything to do with your problem (ACPI related). I can still build cleanly using build.sh. I am off tomorrow, but can get a change in if need be.
-Steve
On 21 November 2013 14:15, Roy Franz roy.franz@linaro.org wrote:
Have other people been able to reproduce the build failure I am getting on the first build from a clean checkout? If so, and if these patches fix that, I think that they should go in. I didn't realize that the freeze was today... I have not had a chance to test Yi's patches, so I don't know if they fix the problem I am having or not. I don't know how to get into the state where I was unable to build at all, as that seems to have been caused by the EDK2 build system not rebuilding dependencies properly, and not cleaning up properly either, so I can't test whether the patches would fix the original problem.
Roy
On Thu, Nov 21, 2013 at 12:11 PM, Steven Kinney steven.kinney@linaro.org wrote:
Hi Anmar,
I am pulling the 2013.11 release tag, we are
having
trouble with ACPI. I can include any patches Roy needs to have inserted.
Cheers,
Steve
On 21 November 2013 14:07, Steven Kinney steven.kinney@linaro.org
wrote:
Hi Anmar,
I just froze the table and pushed the release. I
could do an update, but finished with Ryan's patches and went to work updating. If I can re-release, I will do so.
-Steve
On 21 November 2013 13:47, Anmar Oueja anmar.oueja@linaro.org wrote:
Hello Steven,
I had a chat with Roy and we feel we should add the two liner patch below. Are you going to be able to squeeze it in or did you freeze the table already?
anmar
On 20 November 2013 19:43, Yi Li yi.li@linaro.org wrote:
Hi Roy, Steve,
If you want to build ACPI into UEFI, please make sure you have
added the patch for that.
https://git.linaro.org/gitweb?p=arm/uefi/uefi-next.git%3Ba=blobdiff%3Bf=Base...
I have met the same issue with you before. thanks!
Yi
On Thursday, November 21, 2013 08:21 AM, Roy Franz wrote:
So now that I've built it, I can't boot to the shell.......
On Wed, Nov 20, 2013 at 4:15 PM, Steven Kinney steven.kinney@linaro.org wrote: > > Hi Guys, > > I am running test builds right now; I also use build.sh. > > Steve > > On Nov 20, 2013 3:56 PM, "Ryan Harkin" ryan.harkin@linaro.org > wrote: >> >> >> >> >> On 20 November 2013 20:36, Roy Franz roy.franz@linaro.org
wrote:
>>> >>> resending to right list address... >>> >>> On Wed, Nov 20, 2013 at 12:35 PM, Roy Franz <
roy.franz@linaro.org>
>>> wrote: >>>> >>>> Hi Steven, >>>> >>>> I'm getting the following failure when building for V7
VExpress
>>>> RTSM. This failure starts in rev >>>> e0cec187231a1bf8fc12caa0c4f734771cf6fe42, which is the merge of >>>> the >>>> ACPI topic branch. >>>> >> >> That's curious. I hadn't built the RTSMs for a while, so I just >> built >> it >> and it's fine for me. >> >>>> Do I need to change something in my build environment in order
to
>>>> support ACPI? >>>> >>>> Thanks, >>>> Roy >>>> >>>> >>>> >>>> "arm-linux-gnueabihf-ld" -o >> >> >> Hmmm, I'm using "arm-linux-gnueabi-", eg: >> >> CROSS_COMPILE=arm-linux-gnueabi- build -a ARM ... >> >> I build via uefi-build.sh, so don't normally thing about it. >> >> >> >>>> >>>> >>>>
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
>>>> -nostdlib --pie --entry _ReferenceAcpiTable >>>> >>>> >>>> >>>>
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.obj
>>>> arm-linux-gnueabihf-ld: warning: cannot find entry symbol >>>> _ReferenceAcpiTable; defaulting to 00000228 >>>> "GenFw" -o >>>> >>>> >>>>
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.acpi
>>>> -c >>>> >>>> >>>>
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
>>>> GenFw: ERROR 3000: Invalid >>>> >>>> >>>> >>>>
/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/./Oem0.dll
>>>> bad ARM dynamic relocations, unkown type 23. >>>> make: *** >>>> >>>> >>>>
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables/OUTPUT/Oem0.acpi]
>>>> Error 2 >>>> >>>> >>>> build.py... >>>> : error 7000: Failed to execute command >>>> make --no-print-directory tbuild >>>> >>>> >>>> >>>>
[/home/rfranz/cavium/linaro/trees/uefi-next/Build/ArmVExpress-RTSM-A15/RELEASE_ARMLINUXGCC/ARM/ArmPkg/Drivers/AcpiTables/rtsm_ve-v7/AcpiTables]
>>> >>> _______________________________________________ >>> Linaro-uefi mailing list >>> Linaro-uefi@lists.linaro.org >>> http://lists.linaro.org/mailman/listinfo/linaro-uefi >> >> _______________________________________________ Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi
Linaro-uefi mailing list Linaro-uefi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-uefi