Building a 64 bit mex file from a 32 bit machine

2 ビュー (過去 30 日間)
Dan
Dan 2011 年 5 月 26 日
Can I build a 64 bit mex file from a 32 bit machine?
Background: We're introducing 64 bit machines into our test environment and our mex files are built as part of the software release process each week. I would be a pain for the builder to have to make a special trip to a 64 bit machine just to build the 64 bit mex files.
  1 件のコメント
Walter Roberson
Walter Roberson 2011 年 5 月 26 日
vnc or rdesktop ?

サインインしてコメントする。

回答 (2 件)

Arnaud Miege
Arnaud Miege 2011 年 5 月 26 日
I don't believe so. The other way round is possible because you can install a 32-bit MATLAB on a 64-bit O/S. You can't however, install 64-bit MATLAB on a 32-bit O/S, it's a fundamental limitation of the O/S.
HTH,
Arnaud
  1 件のコメント
Jan
Jan 2011 年 5 月 27 日
+1: You cannot compile 64 bit Mex functions on a 32 bit (Windows-) machine.

サインインしてコメントする。


Jan
Jan 2011 年 5 月 27 日
It would be a real pain, if you build the 64-bit mex files without testing them exhaustively on a 64 bit machine.

カテゴリ

Help Center および File ExchangeWrite C Functions Callable from MATLAB (MEX Files) についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by