#151554 - Noda - Fri Feb 29, 2008 12:47 am
I have this error on compilation:
The URL provided is not working anymore, and I don't know where to find the new bug tracker...
Here's the incriminated line of code:
Quote: |
c:/devkitPro/Marble/arm9/source/game.cpp: In member function 'void Game::render()':
c:/devkitPro/Marble/arm9/source/game.cpp:424: internal compiler error: in create_tmp_var, at gimplify.c:410 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://devkitpro.sourceforge.net/bugs.shtml> for instructions. |
The URL provided is not working anymore, and I don't know where to find the new bug tracker...
Here's the incriminated line of code:
Code: |
renderer->setTopviewCamera((v3){ 0, 6, 0 }, (v3){ 0, 0, -0.1 }); |