linux中 cannot open output file permission denied
新手在编译 执行文件make 时会出现这个问题
arm-linux-gcc在opt/fridenlyarm/toolschain/4.4.3/bin中 而你要编译文件是hello.c 他的目录应该在opt/fridlyarm/mini2440下 这样你编译时 就不会出错
make 就等于 arm-linux-gcc -o hello.c
此时 执行./hello 会发现无法下执行二进制文件
执行 file hello 会出现 32位的可执行arm文件 便可以下载到板子上了
最新评论