Page 1 of 1

Compiler Switches

Posted: Tue Sep 03, 2019 7:47 am
by SeeCwriter
Beginning with v2.8.8 and up of the NB Tools, the compiler switch -malign-int was enabled by default for the C Compiler while it was left disabled for the C++ compiler. Since my application is a combination of C and C++ files, this caused my program to crash on boot-up. It took a couple of weeks to figure it out.

Re: Compiler Switches

Posted: Mon Sep 09, 2019 2:53 pm
by pbreed
We have removed mailing-int from the 2.9.1 release.
The stuff that required it is done a differnt way.

It cause an amazing amount of problems.