-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible threading/multi process issue? #6
Comments
Here's the relevant snippets from the (generated) Makefiles at the time of the error.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once in a while, when I compile PropWare with
make -j9
, I get a failure the first time through. Usually that means I haven't declared dependencies correct and so something is being linked before the library really exists.... but that isn't the case here.adcACpropab.s is not part of the source - that is the compiled assembly from PropGCC, coming from a file in the Simple library
propsideworkspace/Learn/Simple_Libraries/Convert/libadcACpropab/adcACpropab.cogc
. This is with a recent build of PropGCC GCC4 from my TeamCity server.The text was updated successfully, but these errors were encountered: