I am trying to get up to speed on coding C for the amiga. I'm using vbcc from the CLI and am trying to figure out which floating point linker I should use if I am coding for my 68040 in my A4000.
Currently, the only one that works properly is -lmieee. if I flag it with -lm040 it errors out with a bunch of "reference to undefined symbol".
At the moment I'm not doing real intensive floating point operations, but it would be nice and fun if I could use the FPU in the 040. I am assuming compiling to ieee is using something other than the actual FPU in the processor.
Am I missing a library somewhere? I do have NDK 3.9 and vbcc pointed at it, but I'm not positive its pointed at it correctly. I have it aimed at the parent drawer, not any of the directories underneath. Should it be pointed at the Include drawer?