Re: [U-Boot] Quark compile errors

Hi Andy,
On 20 May 2015 at 04:20, Andy Pont andy.pont@sdcsystems.com 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" characters to actually display bold/bright then that would be great too!
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 program to support 'xterm' emulation, or perhaps change TERM to whatever it does support.
Regards, Simon

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 program to support 'xterm' emulation, or perhaps change TERM to whatever it does support.
I have figured this bit out... By default the terminal emulation in SecureCRT is set to strip the 8th bit of the data it receives. Having set it to use the 8th bit and also to interpret things with UTF-8 encoding all is good with the world.
Turns out that they aren't commands for bold/bright as I thought, they are in fact the leading and trailing single quotes around the error.
Now to try and fix the issue with the code not building...
Regards,
Andy.
participants (2)
-
Andy Pont
-
Simon Glass