Search Results

Search: Posts Made By: walidaydi
Forum: Linux 07-13-2011
2,102
Posted By walidaydi
thank you, i change makefile and also i just...
thank you,

i change makefile and also i just keep #include <iostream> without "h":

CC= $(shell which ppc_4xx-g++)
CXXFLAGS=-c++ -Wall
LDFLAGS=
SOURCES=main.cpp hello.h ...
Forum: Linux 07-13-2011
2,102
Posted By walidaydi
i make this change: CC= $(shell which...
i make this change:
CC= $(shell which ppc_4xx-g++)
#CC=g++
CXXFLAGS=-cpp -Wall
LDFLAGS=-arch ppc
SOURCES=main.cpp hello.h
OBJECTS=$(SOURCES:.cpp=.o)
EXECUTABLE=hello ...
Forum: Linux 07-13-2011
2,102
Posted By walidaydi
Error when using make file.
hello,

i want to execute hello world using cross compiler ppc_4xx-gcc. i have this makefile:
CC= $(shell which ppc_4xx-gcc)
#CC=g++
CXXFLAGS=-cpp -Wall
LDFLAGS= ...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy