[oe] js compilation oddity

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Mon Dec 13 08:06:40 UTC 2010


2010/12/13 Graham Gower <graham.gower at gmail.com>:
> On 13 December 2010 09:07, Graham Gower <graham.gower at gmail.com> wrote:
>> On 12 December 2010 22:36, Frans Meulenbroeks
>> <fransmeulenbroeks at gmail.com> wrote:
>>> When compiling js (for beagleboard/minimal) I got this:
>>>
>>> | k_cos.c: In function ���__kernel_cos���:
>>> | k_cos.c:125:21: warning: ���qx��� may be used uninitialized in this function
>>> | Assembler messages:
>>> | Fatal error: can't create Linux_All_DBG.OBJ/k_cos.o: No such file or directory
>>> | make[1]: *** [Linux_All_DBG.OBJ/k_cos.o] Error 1
>>>
>>> Full log at:
>>> http://tinderbox.openembedded.net/public/logs/task/13169490.txt
>>>
>>> bitbake -cclean js; bitbake js
>>> resulted in a proper build; so apparently this is not reproducible.
>>>
>>> Anyone an idea ?
>>>
>>> Frans
>>
>> Unicode function names? Would that alter compilation depending on the
>> locale of the build system?
>
> Well I checked the c99 draft and indeed universal characters are
> allowed (section 6.4.3).
>
> But I looked at k_cos.c and these characters are not there. I assume
> you have local modifications. What happens when you remove them?

I don't have local modifications and as I wrote before, when I did a
bitbake -cclean js; bitbake js the problem disappeared.
This was on a fresh pull.

Best regards, Frans




More information about the Openembedded-devel mailing list