Re: [U-Boot] Quark compile errors

2015-05-20 Thread Andy Pont
Hi Bin, > BTW, so you are working on this board? > http://www.siliconmotion.com/EW_Pages/Osprey.html > Looks like a quark based board with graphics support! Are you planning > to submit patches to enable it? It is indeed for one of those boards, as an off-radar task to get my head back into x86

Re: [U-Boot] Quark compile errors

2015-05-20 Thread Bin Meng
Hi Andy, On Wed, May 20, 2015 at 10:58 PM, Andy Pont wrote: > Hi Bin, > >> > It is using the standard version of gcc that comes as part of the >> > CentOS 6.6 installation which is 4.4.7. >> > >> >> I have been using 4.6.1 and 4.7.2, and both work. Can you please try >> some newer gcc? > > Good c

Re: [U-Boot] Quark compile errors

2015-05-20 Thread Andy Pont
Hi Bin, > > It is using the standard version of gcc that comes as part of the > > CentOS 6.6 installation which is 4.4.7. > > > > I have been using 4.6.1 and 4.7.2, and both work. Can you please try > some newer gcc? Good call. Having found a gcc version 4.8.4 then it has all compiled success

Re: [U-Boot] Quark compile errors

2015-05-20 Thread Bin Meng
Hi Andy, On Wed, May 20, 2015 at 10:50 PM, Andy Pont wrote: > Hi Bin, > >> >> Can you post your full configuration here? >> > >> > I have attached the autoconf.mk and U-Boot .config files. Hopefully they >> > tell you what you need. >> > >> >> Looks OK. What gcc version are you using? It seems

Re: [U-Boot] Quark compile errors

2015-05-20 Thread Andy Pont
Hi Bin, > >> Can you post your full configuration here? > > > > I have attached the autoconf.mk and U-Boot .config files. Hopefully they > > tell you what you need. > > > > Looks OK. What gcc version are you using? It seems that your compiler > does not understand the macro DOWNTO8 and DOWNTO16

Re: [U-Boot] Quark compile errors

2015-05-20 Thread Bin Meng
Hi Andy, On Wed, May 20, 2015 at 6:20 PM, Andy Pont wrote: > Hi Bin, > >> Can you post your full configuration here? > > I have attached the autoconf.mk and U-Boot .config files. Hopefully they > tell you what you need. > Looks OK. What gcc version are you using? It seems that your compiler do

Re: [U-Boot] Quark compile errors

2015-05-20 Thread Andy Pont
Hi Simon, > >> I am using xterm, not sure if this helps. > >> > >> $ echo $TERM > >> xterm > > > > That is what I have too. I guess it might be down to the way > SecureCRT is interpreting what it is being sent rather than the Linux > machine itself. > > You might be able to set that terminal pro

Re: [U-Boot] Quark compile errors

2015-05-20 Thread Simon Glass
Hi Andy, On 20 May 2015 at 04:20, Andy Pont wrote: > Hi Bin, > >> Can you post your full configuration here? > > I have attached the autoconf.mk and U-Boot .config files. Hopefully they > tell you what you need. > >> > Also, if anyone can tell me what $TERM setting I need to get the rogue "b" >

Re: [U-Boot] Quark compile errors

2015-05-20 Thread Andy Pont
Hi Bin, > Can you post your full configuration here? I have attached the autoconf.mk and U-Boot .config files. Hopefully they tell you what you need. > > Also, if anyone can tell me what $TERM setting I need to get the rogue "b" > > characters to actually display bold/bright then that would be

Re: [U-Boot] Quark compile errors

2015-05-20 Thread Bin Meng
Hi Andy, On Wed, May 20, 2015 at 6:00 PM, Andy Pont wrote: > Hello, > > I am trying to create a configuration for the Silicon Motion Osprey board > which is a Quark SoC and their SM750 graphics controller. > > I have cloned the Intel Galileo files and changed them accordingly and have > defined t

[U-Boot] Quark compile errors

2015-05-20 Thread Andy Pont
Hello, I am trying to create a configuration for the Silicon Motion Osprey board which is a Quark SoC and their SM750 graphics controller. I have cloned the Intel Galileo files and changed them accordingly and have defined the options for the VBIOS for the graphics controller but when I try to co