Re: Build failed on raspberry.

new topic     » goto parent     » topic index » view thread      » older message » newer message

i can confirm that a quick ifdef around the enum in fenv.e will allow building on a raspberry pi. it still fails a lot of tests but that's not a biggy at the moment.

ifdef ARM then 
        type enum c_fe by *2 
                C_FE_INVALID = 1, 
                C_FE_DIVBYZERO = 2, 
                C_FE_OVERFLOW = 4, 
                C_FE_UNDERFLOW = 8, 
                C_FE_INEXACT= 16 
        end type 
elsedef 
        type enum c_fe by *2 
                C_FE_INVALID, 
                C_FE_DIVBYZERO = 4, 
                C_FE_OVERFLOW, 
                C_FE_UNDERFLOW, 
                C_FE_INEXACT 
        end type 
end ifdef 

Test results summary: 
    FAIL: t_callc.e 
    FAIL: t_eutest.e 
    FAIL: t_machine.e 
    FAIL: t_net_http.e 
    FAIL: t_system_exec.e 
    FAIL: t_c_overflow_sbni.e 
    FAIL: t_c_overflow_sci1.e 
    FAIL: t_c_overflow_sci2.e 
    FAIL: t_c_overflow_sci3.e 
    FAIL: t_c_overflow_sci4.e 
    FAIL: t_c_overflow_sdnf.e 
    FAIL: t_c_overflow_sdni.e 
    FAIL: t_c_overflow_shni.e 
    FAIL: t_c_overflow_soni.e 
    FAIL: t_c_underflow_sci.e 
    FAIL: t_c_underflow_sdn.e 
Files (run: 169) (failed: 16) (91% success) 

p.s. i used to be rkdavis on the forums but forgot my password (i didn't but it failed to work) and i no longer have access to the email address i'd used to register originally


Creole tip: The ## tag is for Monospaced inline text. Use <eucode> or the {{{ / }}} tags for blocks of code. -Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu