-
Notifications
You must be signed in to change notification settings - Fork 0
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
native build: assembler fail to build objects due to fatal errors causing by unability to create /tmp/xxxxxxx.o files. #18
Comments
Ok this one fixed by adding -lunix to LDFLAGS, can be closed. |
This one again there, as in the latest commits, |
Because gdb now uses clib4, it is even enough to put a |
Yeah, but IMHO in long run we need to fix it "inside" (imho) ? As all in all this is the native build, so we had to care for all the pathes/slashes/progdirs/homes/etc ? Not that it's big deal for now, but probably for some "public kind of final" release should be done (imho again :) ) |
Yes you right, but after trying to deal with this issue and thinking about it. The issue is that the as is called with |
Tested more , and i can't deal with it if i just do `assign tmp: ram:' , same error. I also can't deal with it by putting empty .unix file in the directory from which i tried to build this example. And even if i tried to test this issue by compiling sources from within "sh" shell, it still the same. |
When we tried to build anything via new native AS (by using gcc or directly), we do have:
Probably that the "unix paths" issue, and we should add -lunix at the end of compiling lines, but not sure if it all what need to be done to be deal with.
The text was updated successfully, but these errors were encountered: