Hi, I'm working on a project that uses ASAN on embedded arm devices. The operating system environment is a bare-metal OS with no pthread (TLS) support and no POSIX syscalls.
I was wondering if I can 1) Get ASAN to build without pthreads (It has been discussed before, but there was no explanation on how its being done) - Will i have to change the sources to get rid of all the thread code, or is there just a switch that I can add while building? 2) Build ASAN for aarch64 but without posix syscalls => some methods like 'abort' and 'syslog' do exist, but I certainly don't have features like 'dlsym'. Thank you in advance! -Nikhil -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
