Displaying 7 results from an estimated 7 matches for "helloneon".
2011 Nov 23
4
[LLVMdev] arm neon intrinsics cross compile error on windows system
...ting, I tried to compile some codes, which are
included a few neon intrinsics.
Although I got a well done bitcode on ubuntu build pc, it shows some errors
when compile the codes on windows.
Could you let me know why occurred errors? is this just a bug at windows
system?
the used command is
clang helloneon.c -o helloneon.bc -c -emit-llvm -ccc-host-triple=
armv7-none-gnueabi -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=hard -mthumb
-I"C:\Program
Files\CodeSourcery\Sourcery_CodeBench_for_ARM_EABI\arm-none-eabi\include"
-ferror-limit=1000
and the followings are error codes.
Thanks and regards,
Se...
2011 Nov 23
0
[LLVMdev] arm neon intrinsics cross compile error on windows system
Hello
> In file included from helloneon.c:4:
> d:/llvm_projects/llvm-3.0rc4/bin/../lib/clang/3.0/include\arm_neon.h:41:24:
> error: invalid vector element type 'int32_t' (aka 'long')
This looks weird, why int32_t is long? Are you using cygwin somehow?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics...
2011 Nov 23
1
[LLVMdev] arm neon intrinsics cross compile error on windows system
...efault command console.
additionally, I also specified include dir of arm codesourcery latest
toolchain because of missing stdio.h and stdint.h .
Thanks and best regards,
Seung-yeon.
2011/11/23 Anton Korobeynikov <anton at korobeynikov.info>
> Hello
>
> > In file included from helloneon.c:4:
> >
> d:/llvm_projects/llvm-3.0rc4/bin/../lib/clang/3.0/include\arm_neon.h:41:24:
> > error: invalid vector element type 'int32_t' (aka 'long')
> This looks weird, why int32_t is long? Are you using cygwin somehow?
>
> --
> With best regards, Anton Ko...
2011 Nov 24
1
[LLVMdev] arm neon intrinsics cross compile error on windows system
...because of missing stdio.h and stdint.h .****
>
> ** **
>
> Thanks and best regards,****
>
> Seung-yeon.****
>
> ** **
>
> ** **
>
> 2011/11/23 Anton Korobeynikov <anton at korobeynikov.info>****
>
> Hello****
>
>
> > In file included from helloneon.c:4:
> >
> d:/llvm_projects/llvm-3.0rc4/bin/../lib/clang/3.0/include\arm_neon.h:41:24:
> > error: invalid vector element type 'int32_t' (aka 'long')****
>
> This looks weird, why int32_t is long? Are you using cygwin somehow?
>
> --
> With best regards,...
2011 Nov 24
0
[LLVMdev] arm neon intrinsics cross compile error on windows system
...*
>>
>> Thanks and best regards,****
>>
>> Seung-yeon.****
>>
>> ** **
>>
>> ** **
>>
>> 2011/11/23 Anton Korobeynikov <anton at korobeynikov.info>****
>>
>> Hello****
>>
>>
>> > In file included from helloneon.c:4:
>> >
>> d:/llvm_projects/llvm-3.0rc4/bin/../lib/clang/3.0/include\arm_neon.h:41:24:
>> > error: invalid vector element type 'int32_t' (aka 'long')****
>>
>> This looks weird, why int32_t is long? Are you using cygwin somehow?
>>
>>...
2011 Nov 24
2
[LLVMdev] arm neon intrinsics cross compile error on windows system
...ditionally, I also specified include dir of arm codesourcery latest toolchain because of missing stdio.h and stdint.h .
Thanks and best regards,
Seung-yeon.
2011/11/23 Anton Korobeynikov <anton at korobeynikov.info<mailto:anton at korobeynikov.info>>
Hello
> In file included from helloneon.c:4:
> d:/llvm_projects/llvm-3.0rc4/bin/../lib/clang/3.0/include\arm_neon.h:41:24:
> error: invalid vector element type 'int32_t' (aka 'long')
This looks weird, why int32_t is long? Are you using cygwin somehow?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics...
2011 Nov 24
0
[LLVMdev] arm neon intrinsics cross compile error on windows system
...because of missing stdio.h and stdint.h .****
>
> ****
>
> Thanks and best regards,****
>
> Seung-yeon.****
>
> ****
>
> ****
>
> 2011/11/23 Anton Korobeynikov <anton at korobeynikov.info>****
>
> Hello****
>
>
> > In file included from helloneon.c:4:
> >
> d:/llvm_projects/llvm-3.0rc4/bin/../lib/clang/3.0/include\arm_neon.h:41:24:
> > error: invalid vector element type 'int32_t' (aka 'long')****
>
> This looks weird, why int32_t is long? Are you using cygwin somehow?
>
> --
> With best regards,...