This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Building rpi armv6 toolchain on macOS


On 03/11/2017 04:03 PM, Josh Branning wrote:
On 11/03/17 21:06, Etan Kissling wrote:
Thanks for the quick reply!

With the master build, I run into an error quite quickly (following instructions from crosstool-ng.org).
[DEBUG]  ==> Executing: 'mkdir' '-p' '/build'
[ALL  ]  mkdir: /build: Permission denied
- Full log: https://scriptreactor.com/rpi1-master-build.log

Any idea what's going on here?

Are you running crosstool-ng as root? And do you have permission to write to the / directory? I'm guessing not. (If not, then I suggest changing the build directory instead of running as root.)
As the error states, he *is not* running it as root. Moreover, running as root IS NOT RECOMMENDED - crosstool-ng is quite explicit about it.

The problem is that he took a config from 1.22 and tried to run it on master without upgrading it through the regular procedure for kconfig-based system ("oldconfig"). In master, build directory is set using a value of an auxiliary variable, CT_BUILD_TOP_DIR, that isn't set in the config unless it is upgraded.

Regards,
Alexey.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]