Home | Forums | What's new | Resources | |
Anyone using HEW ??? |
shinhoshi - Sep 24, 2003 |
< Prev | 1 | 2 |
shinhoshi | Sep 27, 2003 | |||
I finally suceeded in compiling and linking the project. I added manually libsgl.a, sglarea.o and cinit.o and the project compiled and linked fine. A .x file was generated, however it didn't run on the SS... (I renamed it to sl.bin). |
antime | Sep 27, 2003 | |||
Does the build produce a "pure" binary or a COFF object file? If it's the latter, use objcopy to make it a binary. If there is no option for this in the IDE, you should be able to add another step to the build process, the steps were shown in one of the documentation files. (Also, when you added the libs and cinit.o, did you make sure that cinit.o is linked first? This is important.) |
shinhoshi | Sep 27, 2003 | ||||
No, the build only produces the object files and a .x file (called prova.x since the name of the project is prova). I have changed the order of the linking and let cinit.o be the first. Now I am going to try what happens.
Code:
|
< Prev | 1 | 2 |