This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.8.1 unable to compile a .c File
On Sat, 23 Mar 2019 at 16:25, Vinaya Dandur <mail2vinaya@gmail.com> wrote:
>
> Hi Jonathan,
>
> Thank you. Yes it is not an issue with the GCC but the TRAP_BRKPT is defined in signal.h which the GCC could include but can't find the constant mentioned.
Your code doesn't include <signal.h>, how do you expect it to find
anything defined in <signal.h> if you don't include it?
There is no TRAP_BRKPT on GNU/Linux, maybe you're trying to compile
Android code, and should use the Android SDK?
> Is there any way this problem could be resolved ? any pointers I can get ?
This is not a GCC problem, so you should find a more appropriate place to ask.