Re: ASN for MIPS with either clang or gcc

2016-12-13 Thread Park Kit
://kitpark.slack.com/ -- Sorry for a terse reply or typo as sent from a mobile. 2016-11-28 15:46 GMT+00:00 Park Kit <keiteep...@gmail.com>: > Ah, sorry for that since I have missed that. Will give it try and update > you on that. > > Many thanks, > Kit > h

Re: ASN for MIPS with either clang or gcc

2016-11-28 Thread Park Kit
er in mail just add *-fstack-protector *flag*:* > > > This is weird, but for some reason GCC folks use this flag to control > *FRAME_GROWS_DOWNWARD *macro om MIPS. > > GCC's ASan doesn't support targets with *FRAME_GROWS_DOWNWARD == 0 *so > I just added *-fstack-protector *as a w

Re: ASN for MIPS with either clang or gcc

2016-11-28 Thread Park Kit
https://kitpark.slack.com/ -- Sorry for a terse reply or typo as sent from a mobile. 2016-11-28 14:10 GMT+00:00 Maxim Ostapenko <chefm...@gmail.com>: > 2016-11-28 16:31 GMT+03:00 Park Kit <keiteep...@gmail.com>: > >> Hi Maxim, >> > > Hi, > > >> >

Re: ASN for MIPS with either clang or gcc

2016-11-28 Thread Park Kit
-- Sorry for a terse reply or typo as sent from a mobile. 2016-11-25 18:59 GMT+00:00 Maxim Ostapenko <chefm...@gmail.com>: > > 25 Ноя 2016 г. 21:41 пользователь "Park Kit" <keiteep...@gmail.com> > написал: > > > > Hi Maxim, > > > > Still didn't

Re: ASN for MIPS with either clang or gcc

2016-11-25 Thread Park Kit
and 2 in your reply would suffice. Anything missed or you meant something different? Many thanks Kit Many thanks, Kit https://kitpark.slack.com/ -- Sorry for a terse reply or typo as sent from a mobile. 2016-11-25 16:32 GMT+00:00 Maxim Ostapenko <chefm...@gmail.com>: > > 25 Ноя 2

Re: ASN for MIPS with either clang or gcc

2016-11-25 Thread Park Kit
7:59 GMT+00:00 Maxim Ostapenko <chefm...@gmail.com>: > Hi, > > вторник, 22 ноября 2016 г., 17:48:21 UTC+3 пользователь Park Kit написал: >> >> Hi Sagar, Maxim, >> >> Appreciated for your try and comments. >> >> @Sagar, your steps are bit differen

Re: ASN for MIPS with either clang or gcc

2016-11-22 Thread Park Kit
-DCMAKE_ASM_COMPILER="/usr/bin/mipsel-linux-gnu-gcc-5" >-DCMAKE_C_FLAGS="-mips32 -mabi=32" -DCMAKE_CXX_FLAGS="-mips32 -mabi=32"" > in >a build directory. >6. Run "ninja; ninja install" > > But "ninja install"

Re: ASN for MIPS with either clang or gcc

2016-11-15 Thread Park Kit
as I get success. > > Regards, > Sagar > > On Tuesday, November 15, 2016 at 1:59:15 PM UTC+5:30, Park Kit wrote: >> >> Hi all, >> >> Could anyone please give me some pointers to try? >> >> 2016년 10월 15일 토요일 오전 1시 21분 6초 UTC+1, kcc 님의 말: >>>

Re: ASN for MIPS with either clang or gcc

2016-11-15 Thread Park Kit
Hi all, Could anyone please give me some pointers to try? 2016년 10월 15일 토요일 오전 1시 21분 6초 UTC+1, kcc 님의 말: > > Sagar, Simon, > Could you please consult on ASAN for MIPS? > > On Fri, Oct 14, 2016 at 3:04 PM, Park Kit <keite...@gmail.com > > wrote: > >> Cor

Re: ASN for MIPS with either clang or gcc

2016-10-14 Thread Park Kit
Correction. ASN means ASAN of course. :-) -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to address-sanitizer+unsubscr...@googlegroups.com. For more options,

ASN for MIPS with either clang or gcc

2016-10-14 Thread Park Kit
Hello groups, I am new to ASN and sorry for my little knowledge around this if it's simple thing to do. I am trying to build ASN for mips target with either clang or gcc and both fails to build. ASN says: "The tool works on x86, ARM, MIPS (both 32- and 64-bit versions of all architectures),