ILEastic icon indicating copy to clipboard operation
ILEastic copied to clipboard

ILE C compiler (what version?)

Open perevs opened this issue 9 months ago • 1 comments

On the "Installation" paragraph you say: "What you need before you start:"

  • IBM i 7.2 TR9 (or higher) - OK
  • YUM installed from ACS (to install: git and make-gnu (gmake)) - OK
  • ILE RPG compiler - OK
  • ILE C - Pending.

At present we have v7r4 but what type of compiler C I need? ILE_C_versions

On the other hand, I guess there's no alternative open source to compile this because it's creating a module inside of the IBM i, right?

CRTCPPMOD MODULE(ILEASTIC/initialize) SRCSTMF('src/initialize.cpp') OPTIMIZE(10) ENUM(*INT) TERASPACE(*YES) STGMDL(*INHERIT) SYSIFCOPT(*IFSIO) INCDIR('/QIBM/include' 'headers/' 'headers/ext/' ) DBGVIEW(*ALL) DEFINE() TGTCCSID(*JOB) TGTRLS(*CURRENT)

This command throws me an error because I haven't ILE C compiler. Any alternative if I haven't the ILE C compiler. Thanks.

Best regards.

perevs avatar Oct 19 '23 16:10 perevs