ali hagigat wrote:
I received filo by the Coreboot site, and libpayload was made successfully but making filo stops with the following error:
/root/bios/coreboot/payloads/filo> make Found Libpayload /root/bios/coreboot/payloads/filo/build/libpayload/lib/libpayload.a. CC build/i386/context.o CC build/i386/segment.o CC build/i386/timer.o CC build/i386/sys_info.o CC build/i386/linux_load.o /root/bios/coreboot/payloads/filo/i386/linux_load.c:752:5: error: expected identifier or '(' before numeric constant make: *** [/root/bios/coreboot/payloads/filo/build/i386/linux_load.o] Error 1
In open source software, when you encounter an error, you typically get to fix it yourself.
At the very least, you should do everyone the courtesy of actually looking at the code and analyzing the problem on your own.
//Peter
hi ali, maybe at least you can provide the code version and the details about the configuration what you did with libpayload/filo. most of the time, there is a small chance that the code can not even being built. i think the libpayload configuration/install may have some problem which caused your error.
I would like to say, would please use a more gentle tile about your problems? it may scaring me by "coreboot ** stop", "filo can not be built".
:)
Best wishes QingPei Wang Phone: 86+018930528086
On Mon, Feb 6, 2012 at 11:56 PM, Peter Stuge peter@stuge.se wrote:
op