link problem, huge number of files
link problem, huge number of files
Hi,
I'm facing a bad problem while linker. The command stops quickly with a simple "make: *** [out] Error 1" and no error message.
My guess is that the number of objects I have is too big (330). (I'm recompiling C64 Vice emulator).
Someone know if there is a limitation of the number of objects that can be linked .... ??
Reducing number of object make the link work (I means, It fail with link error, but do not stop before making something).
Second question : I can create two libs files containing each half of the object. But what are the options of psp-ld to create a .a file ?
Thanks
I'm facing a bad problem while linker. The command stops quickly with a simple "make: *** [out] Error 1" and no error message.
My guess is that the number of objects I have is too big (330). (I'm recompiling C64 Vice emulator).
Someone know if there is a limitation of the number of objects that can be linked .... ??
Reducing number of object make the link work (I means, It fail with link error, but do not stop before making something).
Second question : I can create two libs files containing each half of the object. But what are the options of psp-ld to create a .a file ?
Thanks
No way of compiling that line ... :(
I'm got rid of it by recopyng the whole macro in my main. This is not the best method, but it compile. Not sure it will work (actually it fails when launching, but I do not know why).
The outpatch.exe also say me "modulename" not found. I think all is linked.
This kind of stuff are the very bad side of developpement. So much time wasted.
I'm got rid of it by recopyng the whole macro in my main. This is not the best method, but it compile. Not sure it will work (actually it fails when launching, but I do not know why).
The outpatch.exe also say me "modulename" not found. I think all is linked.
This kind of stuff are the very bad side of developpement. So much time wasted.
In fact, I did not manage to compile samples in pspsdk. The auto generated makefile did not work for samples. So I do not have any valid make makefile for sample, and I took a makefile from another package "pspdev"...
As I'm very weak in makefile, I admit I do not understand everything around it.
I've check the makefiles in pspsdk and they are complex as hell. I'm going to check on the forum if someone already posted a simple single makefile for pspsdk samples.
--
For PSP_MODULE_INFO I'm going to forget C++.
As I'm very weak in makefile, I admit I do not understand everything around it.
I've check the makefiles in pspsdk and they are complex as hell. I'm going to check on the forum if someone already posted a simple single makefile for pspsdk samples.
--
For PSP_MODULE_INFO I'm going to forget C++.
You are right.
The packages are always like this. If everything is ok then it is simple, but if there is one error then it is hell.
I'm going to check everything to understand how it works. The best way to solve problems is to understand them.
---
No results. I bet I'll have to make the installation again :)
But I'm understanding more things everyday. I'll soon understand the mystery of building a version.
==> In fact, I need to install the toolchain. I never succeded in completing the script installation, so I took the toolchain of the zip "pspdev".
The packages are always like this. If everything is ok then it is simple, but if there is one error then it is hell.
I'm going to check everything to understand how it works. The best way to solve problems is to understand them.
---
No results. I bet I'll have to make the installation again :)
But I'm understanding more things everyday. I'll soon understand the mystery of building a version.
==> In fact, I need to install the toolchain. I never succeded in completing the script installation, so I took the toolchain of the zip "pspdev".