Topic: Compiler Errors on Raspbian
DanRasp![]() Topic Opener |
Posted at: 2020-12-06, 08:58
Thanks! meanwhile found out myself too... so i lowered the memory split and set -j 1 now running, past the point it stopped yesterday - interesting fact: codecheck looks differently now, with checksums shown ![]() ![]() |
DanRasp![]() Topic Opener |
Posted at: 2020-12-06, 14:58
meanwhle after 4 runs with some - long unsigned int vs. unsigned int and - a scripting(?) error in something like wui....a i finally ended up with this:
Edited: 2020-12-09, 08:25
![]() ![]() |
hessenfarmer![]() |
Posted at: 2020-12-06, 15:55
Well, as it complains about ASAN you might use the option to compile without Adresssanitizer. by the way are you compiling a release build or a debug build? ![]() ![]() |
Nordfriese![]() |
Posted at: 2020-12-06, 17:25
Did you do
This needs to be run once to make ASan work ![]() ![]() |
DanRasp![]() Topic Opener |
Posted at: 2020-12-06, 18:27
no i didn't, now tried, but didn't help, now i run a build without ASan ![]() ![]() |
DanRasp![]() Topic Opener |
Posted at: 2020-12-06, 21:33
a new one appeared:
Edited: 2020-12-09, 08:25
![]() ![]() |
GunChleoc![]() |
Posted at: 2020-12-09, 08:30
You can skip compiling the website binaries and the tests. Try:
Delete the build directory first to ensure that you are starting from a clean state. BTW if you write ~~~~ above and below your code, it will get formatted properly so that we can read it. Busy indexing nil values ![]() ![]() |