Hi,
I heard about linuxbios a couple of days back.I checked out sources and here I am building it. I follow documentation given in linuxbios/documentation.As a starting point I am trying demo example.[Mine is not amd though]
[ cd targets ] [sh buildtarget amd/solo] [cd amd/solo/solo] [ make]
The build isnot successfull.I get the error as : ------------------------------------------------------------------------------------------- ././auto.inc:84655: Error: junk at end of line, first unrecognized character is `"' ././auto.inc:87289: Error: junk at end of line, first unrecognized character is `"' ././auto.inc:87293: Error: junk at end of line, first unrecognized character is `"' crt0.S:217: Error: junk at end of line, first unrecognized character is `"' crt0.S:220: Error: unknown pseudo-op: `.previous' make[1]: *** [crt0.o] Error 1 make[1]: Leaving directory `/cygdrive/e/bios/LinuxBIOSv2/targets/amd/solo/solo/n ormal' make: *** [normal/linuxbios.rom] Error 1 ----------------------------------------------------------------------------------------------
Can somebody help me out? I work with cygwin -NT 5.1.gcc version is 3.4.4. Thnks in advance.