You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attached is the error message:
david@balrogJr-Saucy:~/PropGCC_Bug/IR_Tester/Debug$ make -f ../Makefile run
Building file: ../IR_Tester.cpp
Invoking: PropG++ Compiler
/opt/parallax/bin/propeller-elf-gcc -I'../../PropWare'
-I'/opt/parallax/propeller-elf/include' -Os -mcog -g -Wall -m32bit-doubles
-fno-threadsafe-statics -std=gnu++0x -o IR_Tester.o -c ../IR_Tester.cpp
../IR_Tester.cpp: In function 'int main()':
../IR_Tester.cpp:28:1: internal compiler error: in dwarf2out_frame_debug_expr,
at dwarf2out.c:2556
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://code.google.com/p/propgcc/issues> for instructions.
make: *** [IR_Tester.o] Error 1
This was generated on Ubuntu 13.10 x64 with PropGCC version: gcc version 4.6.1
(propellergcc_v1_0_0_2261). GNU Make 3.81.
To recreate the bug, download the attached zip, navigate into IR_Tester/Debug,
and run "make -f ../Makefile".
Original issue reported on code.google.com by [email protected] on 6 Apr 2014 at 4:35
I found the specific cause of the problem. I am using cog memory model and
declared an array uint32_t array[256]. Rather than handling the oversize error
nicely, it is dying.
Original issue reported on code.google.com by
[email protected]
on 6 Apr 2014 at 4:35Attachments:
The text was updated successfully, but these errors were encountered: