[oe] js compilation oddity

Graham Gower graham.gower at gmail.com
Sun Dec 12 23:25:02 UTC 2010


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?

-Graham




More information about the Openembedded-devel mailing list