Broken aliases and missing "static.macosclangrelease" files. #301
Replies: 1 comment
-
|
The normal compilation commands don't produce the If I had to guess, you downloaded the pre-compiled version, which should have both the The compilation process should automatically make the symlinks from the In either case, deleting the bin/ directory (to clean up the now-dangling One final note: there might be issues with symlinks depending on the type of filesystem you're putting Rosetta on. There shouldn't be an issue with native Mac & Unix filesystems, but Windows filesystems (e.g. FAT and NTFS) may have issues with symlinks. If you're putting Rosetta on a shared filesystem, that might potentially be contributing to issues. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a Mac, and used clang to compile. Am a newbie to Rosetta, so apologies in advance if any terminology is wrong or inaccurate.
I was unable to use a static.macosclangrelease file due to the file being 'not found'. Upon closer inspection, every one of the bin/ aliases point to something like this "zinc_statistic_generator.static.macosclangrelease -> ../build/src/release/macos/12.6/64/x86/clang/14.0/static/zinc_statistic_generator.static.macosclangrelease".
The first issue is that this pathway doesn't exist, and searching through my files my pathway is closer to "/build/src/release/macos/15.2/64/arm/clang/16.0/default". The Mac and Clang version seem to be wrong, not to mention the 'default' instead of 'static'. It seems like all the aliases are linked to the wrong place.
The second issue is that within my directory itself, I can't find the any ".static.macosclangrelease" files, and I'm not sure if this is normal. All the files are in .os format, so even if I manually changed where the aliases are pointing to, I can't find the corresponding .static.macosclangrelease file to point it too.
I tried scons -c and recompile everything, but even though the compilation seems successful, it isn't working.
Beta Was this translation helpful? Give feedback.
All reactions